Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d475daccfdb37edee7f76213afc01aae92d378d4 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1308 in /w/workspace/dry_go-mod-core-contracts_master [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 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # 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/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision d475daccfdb37edee7f76213afc01aae92d378d4 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d475daccfdb37edee7f76213afc01aae92d378d4 # timeout=10 Commit message: "Merge pull request #275 from difince/updateDeviceService" > git rev-list --no-walk ea610856f072ced9ef63eed7b5c39c15fdf296c1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:03:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:03:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:03:09 ========================================================= 18:03:09 EdgeX Global Pipelines Version Info 18:03:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:03:11 ------------------- 18:03:11 stable info: 18:03:11 ------------------- 18:03:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:03:11 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 18:03:11 Message: update stable to v1.0.117 18:03:12 ------------------- 18:03:12 experimental info: 18:03:12 ------------------- 18:03:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:03:12 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 18:03:12 Message: update experimental to v1.0.117 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:03:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 18:03:12 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 18:03:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:03:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:03:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:03:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 18:03:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:03:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 18:03:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:03:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:03:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:03:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 18:03:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:03:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:03:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:03:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:03:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:03:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:03:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 18:03:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:03:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:03:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:03:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:03:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:03:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:03:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d475daccfdb37edee7f76213afc01aae92d378d4 [Pipeline] echo 18:03:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d475dac [Pipeline] echo 18:03:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:03:15 + git log --format=format:%s -1 d475daccfdb37edee7f76213afc01aae92d378d4 [Pipeline] echo 18:03:15 GIT_COMMIT: d475daccfdb37edee7f76213afc01aae92d378d4, Commit Message: Merge pull request #275 from difince/updateDeviceService [Pipeline] echo 18:03:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:03:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:03:18 18:03:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:03:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:03:18 latest: Pulling from edgex-devops/git-semver 18:03:18 31603596830f: Pulling fs layer 18:03:18 2a8b12db71e7: Pulling fs layer 18:03:18 6ca5941a6612: Pulling fs layer 18:03:18 ecc8261a40a4: Pulling fs layer 18:03:18 ecc8261a40a4: Waiting 18:03:18 2a8b12db71e7: Download complete 18:03:18 31603596830f: Verifying Checksum 18:03:18 31603596830f: Download complete 18:03:18 ecc8261a40a4: Verifying Checksum 18:03:18 ecc8261a40a4: Download complete 18:03:18 6ca5941a6612: Verifying Checksum 18:03:18 6ca5941a6612: Download complete 18:03:18 31603596830f: Pull complete 18:03:19 2a8b12db71e7: Pull complete 18:03:19 6ca5941a6612: Pull complete 18:03:20 ecc8261a40a4: Pull complete 18:03:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:03:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:03:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:03:20 prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container 18:03:20 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:03:22 $ docker top 79b0447d1e9e056d8753735f1cfcbd1078b2e2b6988a1eb59f393fe1f7f9fb9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:03:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:03:23 [ssh-agent] Looking for ssh-agent implementation... 18:03:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:03:23 $ docker exec 79b0447d1e9e056d8753735f1cfcbd1078b2e2b6988a1eb59f393fe1f7f9fb9d ssh-agent 18:03:23 SSH_AUTH_SOCK=/tmp/ssh-WhvGd0S3e5jJ/agent.11 18:03:23 SSH_AGENT_PID=16 18:03:23 Running ssh-add (command line suppressed) 18:03:23 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6048791940076186166.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6048791940076186166.key) 18:03:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:03:24 + git describe --exact-match --tags HEAD 18:03:24 fatal: No names found, cannot describe anything. [Pipeline] } 18:03:24 $ docker exec --env ******** --env ******** 79b0447d1e9e056d8753735f1cfcbd1078b2e2b6988a1eb59f393fe1f7f9fb9d ssh-agent -k 18:03:24 unset SSH_AUTH_SOCK; 18:03:24 unset SSH_AGENT_PID; 18:03:24 echo Agent pid 16 killed; 18:03:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:03:24 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:03:24 This usually means this commit has not been tagged. [Pipeline] sshagent 18:03:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:03:24 [ssh-agent] Looking for ssh-agent implementation... 18:03:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:03:24 $ docker exec 79b0447d1e9e056d8753735f1cfcbd1078b2e2b6988a1eb59f393fe1f7f9fb9d ssh-agent 18:03:24 SSH_AUTH_SOCK=/tmp/ssh-sLGI40rcS18f/agent.44 18:03:24 SSH_AGENT_PID=49 18:03:24 Running ssh-add (command line suppressed) 18:03:24 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2130919036704892845.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2130919036704892845.key) 18:03:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:03:25 + git semver init 18:03:25 # -> Open(): unable to determine branch for HEAD 18:03:25 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:03:25 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:03:25 # $SEMVER_REMOTE_NAME = origin 18:03:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:03:25 # $SEMVER_USER_NAME = edgex-jenkins 18:03:25 # $SEMVER_BRANCH = master 18:03:25 # $SEMVER_TEMP = /tmp/semver-365481808 18:03:25 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 18:03:25 # '/tmp/semver-365481808' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 18:03:25 # -> Force: false 18:03:25 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 18:03:25 $ docker exec --env ******** --env ******** 79b0447d1e9e056d8753735f1cfcbd1078b2e2b6988a1eb59f393fe1f7f9fb9d ssh-agent -k 18:03:25 unset SSH_AUTH_SOCK; 18:03:25 unset SSH_AGENT_PID; 18:03:25 echo Agent pid 49 killed; 18:03:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:03:26 + git semver [Pipeline] } 18:03:26 $ docker stop --time=1 79b0447d1e9e056d8753735f1cfcbd1078b2e2b6988a1eb59f393fe1f7f9fb9d 18:03:28 $ docker rm -f 79b0447d1e9e056d8753735f1cfcbd1078b2e2b6988a1eb59f393fe1f7f9fb9d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:03:29 Stashed 86 file(s) [Pipeline] echo 18:03:29 [edgeXSemver]: initialized semver on version 0.1.75 [Pipeline] echo 18:03:29 Archived original version: [0.1.75] [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 18:03:44 Still waiting to schedule task 18:03:44 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:03:44 Still waiting to schedule task 18:03:44 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:05:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1310 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 18:05:38 Running in /w/workspace/go-mod-core-contracts/40 [Pipeline] { [Pipeline] checkout 18:05:42 using credential edgex-jenkins-ssh 18:05:42 Cloning the remote Git repository 18:05:42 Cloning with configured refspecs honoured and without tags 18:05:42 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:05:43 > git init /w/workspace/go-mod-core-contracts/40 # timeout=10 18:05:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:05:43 > git --version # timeout=10 18:05:44 Fetching without tags 18:05:43 > git --version # 'git version 2.17.1' 18:05:43 using GIT_SSH to set credentials SSH Credentials for GitHub 18:05:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:05:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:05:44 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:05:44 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:05:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:05:44 using GIT_SSH to set credentials SSH Credentials for GitHub 18:05:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:05:44 Checking out Revision d475daccfdb37edee7f76213afc01aae92d378d4 (master) 18:05:44 > git config core.sparsecheckout # timeout=10 18:05:44 > git checkout -f d475daccfdb37edee7f76213afc01aae92d378d4 # timeout=10 18:05:48 Commit message: "Merge pull request #275 from difince/updateDeviceService" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:05:50 ========================================================= 18:05:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 18:05:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:05:51 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 18:05:52 Sending build context to Docker daemon 2.152MB 18:05:52 Step 1/7 : ARG BASE=golang:1.13-alpine 18:05:52 Step 2/7 : FROM ${BASE} 18:05:52 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:05:52 b538f80385f9: Pulling fs layer 18:05:52 74f711af9a0d: Pulling fs layer 18:05:52 99f96fe45779: Pulling fs layer 18:05:52 fd7a069fd194: Pulling fs layer 18:05:52 66aa3694b03b: Pulling fs layer 18:05:52 170f70906a0f: Pulling fs layer 18:05:52 ad7c5574e4b9: Pulling fs layer 18:05:52 e772456be8f7: Pulling fs layer 18:05:52 c890913d741a: Pulling fs layer 18:05:52 2480fcc9aa5a: Pulling fs layer 18:05:52 09adf4765672: Pulling fs layer 18:05:52 fd7a069fd194: Waiting 18:05:52 66aa3694b03b: Waiting 18:05:52 170f70906a0f: Waiting 18:05:52 ad7c5574e4b9: Waiting 18:05:52 e772456be8f7: Waiting 18:05:52 c890913d741a: Waiting 18:05:52 2480fcc9aa5a: Waiting 18:05:52 09adf4765672: Waiting 18:05:52 99f96fe45779: Verifying Checksum 18:05:52 99f96fe45779: Download complete 18:05:52 74f711af9a0d: Download complete 18:05:52 66aa3694b03b: Verifying Checksum 18:05:52 66aa3694b03b: Download complete 18:05:52 170f70906a0f: Verifying Checksum 18:05:52 170f70906a0f: Download complete 18:05:52 b538f80385f9: Verifying Checksum 18:05:52 b538f80385f9: Download complete 18:05:53 b538f80385f9: Pull complete 18:05:54 74f711af9a0d: Pull complete 18:05:54 99f96fe45779: Pull complete 18:05:55 ad7c5574e4b9: Verifying Checksum 18:05:55 ad7c5574e4b9: Download complete 18:05:55 c890913d741a: Download complete 18:05:57 2480fcc9aa5a: Verifying Checksum 18:05:57 2480fcc9aa5a: Download complete 18:05:57 09adf4765672: Verifying Checksum 18:05:57 09adf4765672: Download complete 18:05:58 e772456be8f7: Verifying Checksum 18:05:58 e772456be8f7: Download complete 18:05:58 fd7a069fd194: Verifying Checksum 18:05:58 fd7a069fd194: Download complete 18:06:10 fd7a069fd194: Pull complete 18:06:10 66aa3694b03b: Pull complete 18:06:10 170f70906a0f: Pull complete 18:06:13 ad7c5574e4b9: Pull complete 18:06:17 e772456be8f7: Pull complete 18:06:18 c890913d741a: Pull complete 18:06:20 2480fcc9aa5a: Pull complete 18:06:20 09adf4765672: Pull complete 18:06:20 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 18:06:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 18:06:20 ---> 2248a725d1cf 18:06:20 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:06:25 ---> Running in 6b9ed5e0eca3 18:06:25 Removing intermediate container 6b9ed5e0eca3 18:06:25 ---> b26583551428 18:06:25 Step 4/7 : RUN apk add bash 18:06:25 ---> Running in e0df3eb0770c 18:06:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:28 OK: 142 MiB in 39 packages 18:06:29 Removing intermediate container e0df3eb0770c 18:06:29 ---> e241e7a38e41 18:06:29 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:06:29 ---> Running in 90b179e91152 18:06:30 Removing intermediate container 90b179e91152 18:06:30 ---> f9dd1e1267d2 18:06:30 Step 6/7 : COPY go.mod . 18:06:31 ---> 7f0b5af7900c 18:06:31 Step 7/7 : RUN go mod download 18:06:31 ---> Running in 22ad0d04bb01 18:06:32 Running on prd-centos7-docker-4c-2g-1311 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 18:06:32 Running in /w/workspace/go-mod-core-contracts/40 [Pipeline] { [Pipeline] checkout 18:06:33 go: finding github.com/davecgh/go-spew v1.1.0 18:06:33 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:06:33 go: finding github.com/go-kit/kit v0.8.0 18:06:33 go: finding github.com/go-logfmt/logfmt v0.4.0 18:06:33 go: finding github.com/go-playground/assert/v2 v2.0.1 18:06:33 go: finding github.com/go-playground/locales v0.13.0 18:06:33 go: finding github.com/go-playground/universal-translator v0.17.0 18:06:33 go: finding github.com/go-playground/validator/v10 v10.3.0 18:06:33 go: finding github.com/go-stack/stack v1.8.0 18:06:33 go: finding github.com/google/uuid v1.1.0 18:06:33 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:06:33 go: finding github.com/leodido/go-urn v1.2.0 18:06:33 go: finding github.com/pmezard/go-difflib v1.0.0 18:06:33 go: finding github.com/stretchr/objx v0.1.0 18:06:33 go: finding github.com/stretchr/testify v1.5.1 18:06:33 go: finding github.com/x448/float16 v0.8.4 18:06:33 go: finding golang.org/x/text v0.3.2 18:06:33 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 18:06:33 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 18:06:33 go: finding gopkg.in/yaml.v2 v2.2.8 18:06:35 using credential edgex-jenkins-ssh 18:06:35 Cloning the remote Git repository 18:06:35 Cloning with configured refspecs honoured and without tags 18:06:36 Fetching without tags 18:06:35 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:06:35 > git init /w/workspace/go-mod-core-contracts/40 # timeout=10 18:06:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:06:35 > git --version # timeout=10 18:06:35 > git --version # 'git version 2.16.5' 18:06:35 using GIT_SSH to set credentials SSH Credentials for GitHub 18:06:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:06:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:06:36 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:06:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:06:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:06:36 using GIT_SSH to set credentials SSH Credentials for GitHub 18:06:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:06:36 Checking out Revision d475daccfdb37edee7f76213afc01aae92d378d4 (master) 18:06:36 > git config core.sparsecheckout # timeout=10 18:06:36 > git checkout -f d475daccfdb37edee7f76213afc01aae92d378d4 # timeout=10 18:06:40 Commit message: "Merge pull request #275 from difince/updateDeviceService" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:06:41 ========================================================= 18:06:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 18:06:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:06:41 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 18:06:41 Sending build context to Docker daemon 2.152MB 18:06:41 Step 1/7 : ARG BASE=golang:1.13-alpine 18:06:41 Step 2/7 : FROM ${BASE} 18:06:41 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 18:06:41 df20fa9351a1: Pulling fs layer 18:06:41 ed8968b2872e: Pulling fs layer 18:06:41 a92cc7c5fd73: Pulling fs layer 18:06:41 2dd03ba5bac4: Pulling fs layer 18:06:41 1e091d79d1de: Pulling fs layer 18:06:41 481702a1767f: Pulling fs layer 18:06:41 f64a6f60c768: Pulling fs layer 18:06:41 e78d2573fc39: Pulling fs layer 18:06:41 e876d2f968b6: Pulling fs layer 18:06:41 ce8a83651883: Pulling fs layer 18:06:41 07967f4d0e4b: Pulling fs layer 18:06:41 f64a6f60c768: Waiting 18:06:41 2dd03ba5bac4: Waiting 18:06:41 e78d2573fc39: Waiting 18:06:41 1e091d79d1de: Waiting 18:06:41 481702a1767f: Waiting 18:06:41 e876d2f968b6: Waiting 18:06:41 07967f4d0e4b: Waiting 18:06:41 ce8a83651883: Waiting 18:06:41 a92cc7c5fd73: Verifying Checksum 18:06:41 a92cc7c5fd73: Download complete 18:06:41 ed8968b2872e: Verifying Checksum 18:06:41 ed8968b2872e: Download complete 18:06:41 1e091d79d1de: Verifying Checksum 18:06:41 1e091d79d1de: Download complete 18:06:41 481702a1767f: Verifying Checksum 18:06:41 481702a1767f: Download complete 18:06:41 df20fa9351a1: Verifying Checksum 18:06:41 df20fa9351a1: Download complete 18:06:42 df20fa9351a1: Pull complete 18:06:43 f64a6f60c768: Verifying Checksum 18:06:43 f64a6f60c768: Download complete 18:06:43 e876d2f968b6: Verifying Checksum 18:06:43 e876d2f968b6: Download complete 18:06:43 2dd03ba5bac4: Verifying Checksum 18:06:43 2dd03ba5bac4: Download complete 18:06:43 e78d2573fc39: Verifying Checksum 18:06:43 e78d2573fc39: Download complete 18:06:43 07967f4d0e4b: Verifying Checksum 18:06:43 07967f4d0e4b: Download complete 18:06:43 ce8a83651883: Download complete 18:06:44 ed8968b2872e: Pull complete 18:06:44 a92cc7c5fd73: Pull complete 18:06:46 Removing intermediate container 22ad0d04bb01 18:06:46 ---> 6bd281754ff9 18:06:46 Successfully built 6bd281754ff9 18:06:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:06:50 2dd03ba5bac4: Pull complete 18:06:50 1e091d79d1de: Pull complete 18:06:50 481702a1767f: Pull complete 18:06:55 f64a6f60c768: Pull complete 18:06:57 e78d2573fc39: Pull complete 18:06:58 e876d2f968b6: Pull complete 18:06:59 ce8a83651883: Pull complete 18:06:59 07967f4d0e4b: Pull complete 18:06:59 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 18:06:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 18:06:59 ---> 5d7c900382c6 18:06:59 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:07:00 ---> Running in 47a56d9706cc 18:07:00 Removing intermediate container 47a56d9706cc 18:07:00 ---> ab39b282aeb3 18:07:00 Step 4/7 : RUN apk add bash 18:07:00 ---> Running in 3a373ba3721c 18:07:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:07:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:07:02 OK: 166 MiB in 39 packages 18:07:03 Removing intermediate container 3a373ba3721c 18:07:03 ---> 34c19eec603b 18:07:03 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:07:03 ---> Running in 0d0c385cd3a1 18:07:03 Removing intermediate container 0d0c385cd3a1 18:07:03 ---> 8b6a278ec306 18:07:03 Step 6/7 : COPY go.mod . 18:07:03 ---> 5c8992c18d69 18:07:03 Step 7/7 : RUN go mod download 18:07:03 ---> Running in c8a5a8e728e9 18:07:05 go: finding github.com/davecgh/go-spew v1.1.0 18:07:05 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:07:05 go: finding github.com/go-kit/kit v0.8.0 18:07:05 go: finding github.com/go-logfmt/logfmt v0.4.0 18:07:05 go: finding github.com/go-playground/assert/v2 v2.0.1 18:07:05 go: finding github.com/go-playground/locales v0.13.0 18:07:05 go: finding github.com/go-playground/universal-translator v0.17.0 18:07:05 go: finding github.com/go-playground/validator/v10 v10.3.0 18:07:05 go: finding github.com/go-stack/stack v1.8.0 18:07:05 go: finding github.com/google/uuid v1.1.0 18:07:05 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:07:05 go: finding github.com/leodido/go-urn v1.2.0 18:07:05 go: finding github.com/pmezard/go-difflib v1.0.0 18:07:05 go: finding github.com/stretchr/objx v0.1.0 18:07:05 go: finding github.com/stretchr/testify v1.5.1 18:07:05 go: finding github.com/x448/float16 v0.8.4 18:07:05 go: finding golang.org/x/text v0.3.2 18:07:05 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 18:07:05 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 18:07:05 go: finding gopkg.in/yaml.v2 v2.2.8 18:07:13 Removing intermediate container c8a5a8e728e9 18:07:13 ---> fef4f2f16320 18:07:13 Successfully built fef4f2f16320 18:07:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 18:07:16 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 18:07:16 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 18:07:16 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:07:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:07:16 18:07:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 18:07:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:07:16 1.317.0: Pulling from edgex-devops/edgex-snyk-go 18:07:16 cbdbe7a5bc2a: Pulling fs layer 18:07:16 408f87550127: Pulling fs layer 18:07:16 fe522b08c979: Pulling fs layer 18:07:16 221eaa008020: Pulling fs layer 18:07:16 2a4607e5d6b9: Pulling fs layer 18:07:16 8f79b27c4fd2: Pulling fs layer 18:07:16 e5c8dbe1645b: Pulling fs layer 18:07:16 23e8b3b47431: Pulling fs layer 18:07:16 5c568d65a230: Pulling fs layer 18:07:16 221eaa008020: Waiting 18:07:16 2a4607e5d6b9: Waiting 18:07:16 8f79b27c4fd2: Waiting 18:07:16 e5c8dbe1645b: Waiting 18:07:16 23e8b3b47431: Waiting 18:07:16 5c568d65a230: Waiting 18:07:16 fe522b08c979: Verifying Checksum 18:07:16 fe522b08c979: Download complete 18:07:16 408f87550127: Verifying Checksum 18:07:16 408f87550127: Download complete 18:07:16 2a4607e5d6b9: Verifying Checksum 18:07:16 2a4607e5d6b9: Download complete 18:07:16 8f79b27c4fd2: Download complete 18:07:16 cbdbe7a5bc2a: Verifying Checksum 18:07:16 cbdbe7a5bc2a: Download complete 18:07:17 e5c8dbe1645b: Download complete 18:07:17 cbdbe7a5bc2a: Pull complete 18:07:17 23e8b3b47431: Verifying Checksum 18:07:17 23e8b3b47431: Download complete 18:07:18 408f87550127: Pull complete 18:07:18 5c568d65a230: Verifying Checksum 18:07:18 5c568d65a230: Download complete 18:07:18 fe522b08c979: Pull complete 18:07:18 221eaa008020: Download complete 18:07:23 221eaa008020: Pull complete 18:07:23 2a4607e5d6b9: Pull complete 18:07:23 8f79b27c4fd2: Pull complete 18:07:25 e5c8dbe1645b: Pull complete 18:07:30 23e8b3b47431: Pull complete 18:07:31 5c568d65a230: Pull complete 18:07:31 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 18:07:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:07:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 18:07:31 prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container 18:07:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 18:07:32 $ docker top 0bc84df514353f6f6c14e6047a7f6b68cf76fd0d362f0e33b44b5d193f109c8b -eo pid,comm [Pipeline] { [Pipeline] sh 18:07:32 + snyk monitor '--org=edgex-jenkins' 18:07:38 18:07:38 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 18:07:38 18:07:38 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/e2a70be7-9739-4325-9972-6bcf8fe50f0d 18:07:38 18:07:38 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:07:38 18:07:38 18:07:38 Snyk CLI supports Node.js 8 and higher. 18:07:38 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 18:07:38 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 18:07:38 18:07:38 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 18:07:38 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 18:07:38 $ docker stop --time=1 0bc84df514353f6f6c14e6047a7f6b68cf76fd0d362f0e33b44b5d193f109c8b 18:07:40 $ docker rm -f 0bc84df514353f6f6c14e6047a7f6b68cf76fd0d362f0e33b44b5d193f109c8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 18:07:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:07:41 . [Pipeline] withDockerContainer 18:07:42 prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container 18:07:42 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:07:42 $ docker top 49eeca2e45f1565384a2a3bfddf5f59c43cc434e0b344dcb7836a380399044f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:07:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:07:43 [ssh-agent] Looking for ssh-agent implementation... 18:07:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:07:43 $ docker exec 49eeca2e45f1565384a2a3bfddf5f59c43cc434e0b344dcb7836a380399044f0 ssh-agent 18:07:43 SSH_AUTH_SOCK=/tmp/ssh-zu4Z7KQli16Z/agent.12 18:07:43 SSH_AGENT_PID=17 18:07:43 Running ssh-add (command line suppressed) 18:07:43 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2407750275335880257.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2407750275335880257.key) 18:07:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:07:43 + git semver tag 18:07:43 # -> Open(): unable to determine branch for HEAD 18:07:43 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:07:43 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:07:43 # $SEMVER_REMOTE_NAME = origin 18:07:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:07:43 # $SEMVER_USER_NAME = edgex-jenkins 18:07:43 # $SEMVER_BRANCH = master 18:07:43 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 18:07:43 # d475daccfdb37edee7f76213afc01aae92d378d4 HEAD 18:07:43 # -> Force: false 18:07:43 # 68bbe4e93991d3fb80785a9e9455b47a7e949162 refs/tags/v0.1.75 [Pipeline] } 18:07:43 $ docker exec --env ******** --env ******** 49eeca2e45f1565384a2a3bfddf5f59c43cc434e0b344dcb7836a380399044f0 ssh-agent -k 18:07:44 unset SSH_AUTH_SOCK; 18:07:44 unset SSH_AGENT_PID; 18:07:44 echo Agent pid 17 killed; 18:07:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:07:44 + git semver [Pipeline] } 18:07:44 $ docker stop --time=1 49eeca2e45f1565384a2a3bfddf5f59c43cc434e0b344dcb7836a380399044f0 18:07:45 $ docker rm -f 49eeca2e45f1565384a2a3bfddf5f59c43cc434e0b344dcb7836a380399044f0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:07:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:07:46 18:07:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:07:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:07:46 0.23.1-centos7: Pulling from edgex-lftools 18:07:46 ab5ef0e58194: Pulling fs layer 18:07:46 9712f1f96733: Pulling fs layer 18:07:46 63f879dbbcfc: Pulling fs layer 18:07:46 0d9ebad4ef96: Pulling fs layer 18:07:46 e9a5061849ea: Pulling fs layer 18:07:46 d747dcd14b5f: Pulling fs layer 18:07:46 2de7ff778b66: Pulling fs layer 18:07:46 e9a5061849ea: Waiting 18:07:46 0d9ebad4ef96: Waiting 18:07:46 d747dcd14b5f: Waiting 18:07:46 9712f1f96733: Verifying Checksum 18:07:46 9712f1f96733: Download complete 18:07:47 63f879dbbcfc: Verifying Checksum 18:07:47 63f879dbbcfc: Download complete 18:07:47 e9a5061849ea: Verifying Checksum 18:07:47 e9a5061849ea: Download complete 18:07:47 d747dcd14b5f: Verifying Checksum 18:07:47 d747dcd14b5f: Download complete 18:07:47 0d9ebad4ef96: Verifying Checksum 18:07:47 0d9ebad4ef96: Download complete 18:07:47 2de7ff778b66: Verifying Checksum 18:07:47 2de7ff778b66: Download complete 18:07:47 ab5ef0e58194: Verifying Checksum 18:07:47 ab5ef0e58194: Download complete 18:07:52 ab5ef0e58194: Pull complete 18:07:52 9712f1f96733: Pull complete 18:07:54 63f879dbbcfc: Pull complete 18:08:01 0d9ebad4ef96: Pull complete 18:08:02 e9a5061849ea: Pull complete 18:08:02 d747dcd14b5f: Pull complete 18:08:06 2de7ff778b66: Pull complete 18:08:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:08:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:08:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:08:06 prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container 18:08:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:08:10 $ docker top a7858ec747e7fc5b09244fed4b7a9756c3ec3e75a415e974c3a0995bc1a52c04 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:08:11 provisioning config files... 18:08:11 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4931946871050901008tmp 18:08:11 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7289183220129957884tmp 18:08:11 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config719717054049417905tmp [Pipeline] { [Pipeline] echo 18:08:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:08:11 ---> sigul-configuration.sh 18:08:11 gpg: directory `/root/.gnupg' created 18:08:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:08:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:08:11 gpg: keyring `/root/.gnupg/secring.gpg' created 18:08:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:08:11 gpg: CAST5 encrypted data 18:08:11 gpg: encrypted with 1 passphrase 18:08:11 gpg: decryption failed: Bad session key [Pipeline] } 18:08:11 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:08:11 $ docker stop --time=1 a7858ec747e7fc5b09244fed4b7a9756c3ec3e75a415e974c3a0995bc1a52c04 18:08:13 $ docker rm -f a7858ec747e7fc5b09244fed4b7a9756c3ec3e75a415e974c3a0995bc1a52c04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Bump Pre-Release Version" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 18:08:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:08:15 ---> package-listing.sh 18:08:15 ++ facter osfamily 18:08:15 ++ tr '[:upper:]' '[:lower:]' 18:08:15 + OS_FAMILY=redhat 18:08:15 + workspace=/w/workspace/dry_go-mod-core-contracts_master 18:08:15 + START_PACKAGES=/tmp/packages_start.txt 18:08:15 + END_PACKAGES=/tmp/packages_end.txt 18:08:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:08:15 + PACKAGES=/tmp/packages_start.txt 18:08:15 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 18:08:15 + PACKAGES=/tmp/packages_end.txt 18:08:15 + case "${OS_FAMILY}" in 18:08:15 + rpm -qa 18:08:15 + sort 18:08:19 + '[' -f /tmp/packages_start.txt ']' 18:08:19 + '[' -f /tmp/packages_end.txt ']' 18:08:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:08:19 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 18:08:19 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 18:08:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] isUnix [Pipeline] sh 18:08:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:08:20 18:08:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:08:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:08:20 alpine: Pulling from edgex-lftools-log-publisher 18:08:20 df20fa9351a1: Pulling fs layer 18:08:20 36b3adc4ff6f: Pulling fs layer 18:08:20 8ad3a11d3b57: Pulling fs layer 18:08:20 46f8f816bc3b: Pulling fs layer 18:08:20 0dadc02b9964: Pulling fs layer 18:08:20 ce6a7cf60c04: Pulling fs layer 18:08:20 7a184a31f384: Pulling fs layer 18:08:20 0879bd2ef858: Pulling fs layer 18:08:20 7a184a31f384: Waiting 18:08:20 46f8f816bc3b: Waiting 18:08:20 0879bd2ef858: Waiting 18:08:20 0dadc02b9964: Waiting 18:08:20 ce6a7cf60c04: Waiting 18:08:20 36b3adc4ff6f: Verifying Checksum 18:08:20 36b3adc4ff6f: Download complete 18:08:20 46f8f816bc3b: Verifying Checksum 18:08:20 46f8f816bc3b: Download complete 18:08:20 df20fa9351a1: Download complete 18:08:20 ce6a7cf60c04: Verifying Checksum 18:08:20 ce6a7cf60c04: Download complete 18:08:20 7a184a31f384: Verifying Checksum 18:08:20 7a184a31f384: Download complete 18:08:20 0dadc02b9964: Verifying Checksum 18:08:20 0dadc02b9964: Download complete 18:08:20 8ad3a11d3b57: Verifying Checksum 18:08:20 8ad3a11d3b57: Download complete 18:08:21 df20fa9351a1: Pull complete 18:08:21 0879bd2ef858: Verifying Checksum 18:08:21 0879bd2ef858: Download complete 18:08:21 36b3adc4ff6f: Pull complete 18:08:22 8ad3a11d3b57: Pull complete 18:08:22 46f8f816bc3b: Pull complete 18:08:22 0dadc02b9964: Pull complete 18:08:22 ce6a7cf60c04: Pull complete 18:08:22 7a184a31f384: Pull complete 18:08:25 0879bd2ef858: Pull complete 18:08:25 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 18:08:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:08:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:08:25 prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container 18:08:25 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:08:28 $ docker top f93b33ac45a0df2f84ecac960b3d96e381deecb4123d5dd3bc382a11f03e5e24 -eo pid,comm [Pipeline] { [Pipeline] sh 18:08:28 + mkdir -p /var/log/sa [Pipeline] sh 18:08:28 + ls /var/log/sa-host 18:08:28 + sadf -c /var/log/sa-host/sa03 18:08:28 file_magic: OK 18:08:28 HZ: Using current value: 100 18:08:28 file_header: OK 18:08:28 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 18:08:28 Statistics: 18:08:28 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:08:28 File successfully converted to sysstat format version 12.2.1 18:08:28 + sadf -c /var/log/sa-host/sa05 18:08:28 file_magic: OK 18:08:28 HZ: Using current value: 100 18:08:28 file_header: OK 18:08:28 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 18:08:28 Statistics: 18:08:28 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:08:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:08:29 provisioning config files... 18:08:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2178622859192811673tmp [Pipeline] { [Pipeline] echo 18:08:29 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:08:29 ---> create-netrc.sh [Pipeline] echo 18:08:29 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:08:29 ---> logs-deploy.sh 18:08:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/40 18:08:29 INFO: archiving workspace using pattern(s): 18:08:31 Archives upload complete. 18:08:31 INFO: archiving logs to Nexus 18:08:32 ---> uname -a: 18:08:32 Linux f93b33ac45a0 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 18:08:32 18:08:32 18:08:32 ---> lscpu: 18:08:32 Architecture: x86_64 18:08:32 CPU op-mode(s): 32-bit, 64-bit 18:08:32 Byte Order: Little Endian 18:08:32 Address sizes: 40 bits physical, 48 bits virtual 18:08:32 CPU(s): 4 18:08:32 On-line CPU(s) list: 0-3 18:08:32 Thread(s) per core: 1 18:08:32 Core(s) per socket: 1 18:08:32 Socket(s): 4 18:08:32 NUMA node(s): 1 18:08:32 Vendor ID: GenuineIntel 18:08:32 CPU family: 6 18:08:32 Model: 44 18:08:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:08:32 Stepping: 1 18:08:32 CPU MHz: 2933.438 18:08:32 BogoMIPS: 5866.87 18:08:32 Virtualization: VT-x 18:08:32 Hypervisor vendor: KVM 18:08:32 Virtualization type: full 18:08:32 L1d cache: 128 KiB 18:08:32 L1i cache: 128 KiB 18:08:32 L2 cache: 16 MiB 18:08:32 L3 cache: 64 MiB 18:08:32 NUMA node0 CPU(s): 0-3 18:08:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:08:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:08:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:08:32 Vulnerability Meltdown: Mitigation; PTI 18:08:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:08:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:08:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:08:32 Vulnerability Tsx async abort: Not affected 18:08:32 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 18:08:32 18:08:32 18:08:32 ---> nproc: 18:08:32 4 18:08:32 18:08:32 18:08:32 ---> df -h: 18:08:32 Filesystem Size Used Available Use% Mounted on 18:08:32 overlay 50.0G 8.2G 41.8G 16% / 18:08:32 tmpfs 64.0M 0 64.0M 0% /dev 18:08:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:08:32 shm 64.0M 0 64.0M 0% /dev/shm 18:08:32 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 18:08:32 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 18:08:32 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 18:08:32 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 18:08:32 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master 18:08:32 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master@tmp 18:08:32 18:08:32 18:08:32 ---> free -m: 18:08:32 total used free shared buff/cache available 18:08:32 Mem: 1837 766 119 0 951 997 18:08:32 Swap: 1023 2 1021 18:08:32 18:08:32 18:08:32 ---> ip addr: 18:08:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:08:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:08:32 inet 127.0.0.1/8 scope host lo 18:08:32 valid_lft forever preferred_lft forever 18:08:32 12: eth0@if13: mtu 1458 qdisc noqueue state UP 18:08:32 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 18:08:32 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 18:08:32 valid_lft forever preferred_lft forever 18:08:32 18:08:32 18:08:32 ---> sar -b -r -n DEV: 18:08:32 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/03/20 _x86_64_ (4 CPU) 18:08:32 18:08:32 18:02:19 LINUX RESTART (4 CPU) 18:08:32 18:08:32 18:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:08:32 18:04:01 60.86 14.20 46.66 0.00 4923.02 4931.52 0.00 18:08:32 18:05:01 1.45 0.00 1.45 0.00 0.00 26.48 0.00 18:08:32 18:06:01 0.47 0.00 0.47 0.00 0.00 6.91 0.00 18:08:32 18:07:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 18:08:32 18:08:01 341.13 182.34 158.79 0.00 7829.66 54972.06 0.00 18:08:32 Average: 81.09 39.45 41.64 0.00 2556.29 12030.70 0.00 18:08:32 18:08:32 18:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:08:32 18:04:01 176084 0 550080 29.24 2620 1152772 1130000 38.56 381896 1162760 120 18:08:32 18:05:01 178180 0 547980 29.12 2620 1152776 1121332 38.27 382188 1161016 8 18:08:32 18:06:01 179764 0 546388 29.04 2620 1152784 1079148 36.83 382676 1159136 8 18:08:32 18:07:01 179156 0 546996 29.07 2620 1152784 1079136 36.83 384412 1158528 8 18:08:32 18:08:01 162228 0 728064 38.69 2220 989044 1286812 43.92 553692 893880 92004 18:08:32 Average: 175082 0 583902 31.03 2540 1120032 1139286 38.88 416973 1107064 18430 18:08:32 18:08:32 18:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:08:32 18:04:01 eth0 248.23 160.11 672.18 71.24 0.00 0.00 0.00 0.00 18:08:32 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:32 18:04:01 docker0 3.84 2.91 0.85 10.26 0.00 0.00 0.00 0.00 18:08:32 18:05:01 eth0 2.32 0.83 1.41 0.20 0.00 0.00 0.00 0.00 18:08:32 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:32 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:32 18:06:01 eth0 0.73 0.37 0.31 0.23 0.00 0.00 0.00 0.00 18:08:32 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:32 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:32 18:07:01 eth0 0.77 0.48 0.35 0.21 0.00 0.00 0.00 0.00 18:08:32 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:32 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:32 18:08:01 eth0 280.76 191.38 7056.74 28.52 0.00 0.00 0.00 0.00 18:08:32 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:32 18:08:01 docker0 13.94 12.91 1.13 121.12 0.00 0.00 0.00 0.00 18:08:32 Average: eth0 106.76 70.77 1551.69 20.10 0.00 0.00 0.00 0.00 18:08:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:32 Average: docker0 3.57 3.17 0.40 26.37 0.00 0.00 0.00 0.00 18:08:32 18:08:32 18:08:32 ---> sar -P ALL: 18:08:32 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/03/20 _x86_64_ (4 CPU) 18:08:32 18:08:32 18:02:19 LINUX RESTART (4 CPU) 18:08:32 18:08:32 18:03:01 CPU %user %nice %system %iowait %steal %idle 18:08:32 18:04:01 all 6.49 0.00 3.12 2.63 0.02 87.74 18:08:32 18:04:01 0 7.01 0.00 3.34 1.66 0.00 88.00 18:08:32 18:04:01 1 5.91 0.00 3.43 3.05 0.03 87.57 18:08:32 18:04:01 2 6.18 0.00 3.15 4.36 0.05 86.26 18:08:32 18:04:01 3 6.87 0.00 2.58 1.44 0.00 89.11 18:08:32 18:05:01 all 0.16 0.00 0.05 0.00 0.00 99.79 18:08:32 18:05:01 0 0.05 0.00 0.07 0.00 0.00 99.88 18:08:32 18:05:01 1 0.07 0.00 0.07 0.00 0.00 99.87 18:08:32 18:05:01 2 0.05 0.00 0.03 0.00 0.00 99.92 18:08:32 18:05:01 3 0.47 0.00 0.03 0.00 0.00 99.50 18:08:32 18:06:01 all 0.05 0.00 0.04 0.00 0.00 99.90 18:08:32 18:06:01 0 0.07 0.00 0.05 0.00 0.00 99.88 18:08:32 18:06:01 1 0.03 0.00 0.02 0.00 0.02 99.93 18:08:32 18:06:01 2 0.03 0.00 0.05 0.00 0.00 99.92 18:08:32 18:06:01 3 0.08 0.00 0.03 0.00 0.00 99.88 18:08:32 18:07:01 all 0.15 0.00 0.04 0.00 0.00 99.82 18:08:32 18:07:01 0 0.05 0.00 0.07 0.00 0.00 99.88 18:08:32 18:07:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:08:32 18:07:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:08:32 18:07:01 3 0.48 0.00 0.03 0.00 0.00 99.48 18:08:32 18:08:01 all 14.06 0.00 9.15 3.15 0.03 73.60 18:08:32 18:08:01 0 13.39 0.00 8.98 2.55 0.03 75.05 18:08:32 18:08:01 1 13.83 0.00 9.28 1.03 0.03 75.82 18:08:32 18:08:01 2 14.78 0.00 10.27 5.48 0.03 69.44 18:08:32 18:08:01 3 14.23 0.00 8.07 3.55 0.03 74.10 18:08:32 Average: all 4.15 0.00 2.46 1.15 0.01 92.23 18:08:32 Average: 0 4.09 0.00 2.48 0.84 0.01 92.59 18:08:32 Average: 1 3.94 0.00 2.55 0.81 0.02 92.68 18:08:32 Average: 2 4.18 0.00 2.68 1.95 0.02 91.17 18:08:32 Average: 3 4.40 0.00 2.13 0.99 0.01 92.47 18:08:32 18:08:32 18:08:32