Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 403cbbb91d8f89f3f7790c08d59bfa3876108a8a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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 SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-2885’ is offline Running on prd-centos7-docker-4c-2g-2886 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 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 403cbbb91d8f89f3f7790c08d59bfa3876108a8a (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 403cbbb91d8f89f3f7790c08d59bfa3876108a8a # timeout=10 Commit message: "Merge pull request #253 from weichou1229/issue-249" > git rev-list --no-walk 63148794c1bf72c5c3aee36396967825270bdb18 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-05T19:28:16.926Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-05T19:28:17.186Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-05T19:28:17.340Z] ========================================================= [2020-08-05T19:28:17.340Z] EdgeX Global Pipelines Version Info [2020-08-05T19:28:17.340Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-05T19:28:20.005Z] ------------------- [2020-08-05T19:28:20.005Z] stable info: [2020-08-05T19:28:20.005Z] ------------------- [2020-08-05T19:28:20.005Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-05T19:28:20.005Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-05T19:28:20.005Z] Message: update stable to v1.0.106 [2020-08-05T19:28:20.956Z] ------------------- [2020-08-05T19:28:20.956Z] experimental info: [2020-08-05T19:28:20.956Z] ------------------- [2020-08-05T19:28:20.956Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-05T19:28:20.956Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-05T19:28:20.956Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-05T19:28:23.270Z] + git log --format=format:%s -1 403cbbb91d8f89f3f7790c08d59bfa3876108a8a [Pipeline] echo [2020-08-05T19:28:23.358Z] GIT_COMMIT: 403cbbb91d8f89f3f7790c08d59bfa3876108a8a, Commit Message: Merge pull request #253 from weichou1229/issue-249 [Pipeline] echo [2020-08-05T19:28:23.396Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-05T19:28:24.225Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-05T19:28:24.864Z] [2020-08-05T19:28:24.864Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-05T19:28:25.269Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-05T19:28:25.566Z] latest: Pulling from edgex-devops/git-semver [2020-08-05T19:28:25.566Z] 31603596830f: Pulling fs layer [2020-08-05T19:28:25.566Z] 2a8b12db71e7: Pulling fs layer [2020-08-05T19:28:25.566Z] 6ca5941a6612: Pulling fs layer [2020-08-05T19:28:25.566Z] ecc8261a40a4: Pulling fs layer [2020-08-05T19:28:25.566Z] ecc8261a40a4: Waiting [2020-08-05T19:28:25.566Z] 2a8b12db71e7: Verifying Checksum [2020-08-05T19:28:25.566Z] 2a8b12db71e7: Download complete [2020-08-05T19:28:25.566Z] 31603596830f: Verifying Checksum [2020-08-05T19:28:25.566Z] 31603596830f: Download complete [2020-08-05T19:28:25.872Z] 6ca5941a6612: Verifying Checksum [2020-08-05T19:28:25.872Z] 6ca5941a6612: Download complete [2020-08-05T19:28:25.872Z] ecc8261a40a4: Verifying Checksum [2020-08-05T19:28:25.872Z] ecc8261a40a4: Download complete [2020-08-05T19:28:26.160Z] 31603596830f: Pull complete [2020-08-05T19:28:26.160Z] 2a8b12db71e7: Pull complete [2020-08-05T19:28:27.665Z] 6ca5941a6612: Pull complete [2020-08-05T19:28:27.931Z] ecc8261a40a4: Pull complete [2020-08-05T19:28:27.931Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-05T19:28:27.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-05T19:28:27.931Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-05T19:28:28.097Z] prd-centos7-docker-4c-2g-2886 does not seem to be running inside a container [2020-08-05T19:28:28.328Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-05T19:28:30.905Z] $ docker top 3f6b0f452391f547482091c93e25592577351b4cb04d8c10dcc45a621eeeb86e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-05T19:28:31.236Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-05T19:28:31.236Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-05T19:28:31.601Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-05T19:28:31.602Z] $ docker exec 3f6b0f452391f547482091c93e25592577351b4cb04d8c10dcc45a621eeeb86e ssh-agent [2020-08-05T19:28:31.890Z] SSH_AUTH_SOCK=/tmp/ssh-zcTrmh0o0U8r/agent.11 [2020-08-05T19:28:31.890Z] SSH_AGENT_PID=17 [2020-08-05T19:28:31.915Z] Running ssh-add (command line suppressed) [2020-08-05T19:28:32.182Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_634675733031844126.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_634675733031844126.key) [2020-08-05T19:28:32.312Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-05T19:28:32.806Z] + git describe --exact-match --tags HEAD [2020-08-05T19:28:32.806Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-05T19:28:32.863Z] $ docker exec --env ******** --env ******** 3f6b0f452391f547482091c93e25592577351b4cb04d8c10dcc45a621eeeb86e ssh-agent -k [2020-08-05T19:28:33.137Z] unset SSH_AUTH_SOCK; [2020-08-05T19:28:33.137Z] unset SSH_AGENT_PID; [2020-08-05T19:28:33.137Z] echo Agent pid 17 killed; [2020-08-05T19:28:33.255Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-05T19:28:33.331Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-05T19:28:33.332Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-05T19:28:33.411Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-05T19:28:33.411Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-05T19:28:33.664Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-05T19:28:33.666Z] $ docker exec 3f6b0f452391f547482091c93e25592577351b4cb04d8c10dcc45a621eeeb86e ssh-agent [2020-08-05T19:28:33.895Z] SSH_AUTH_SOCK=/tmp/ssh-aUwPXrt0JWtD/agent.46 [2020-08-05T19:28:33.895Z] SSH_AGENT_PID=51 [2020-08-05T19:28:33.905Z] Running ssh-add (command line suppressed) [2020-08-05T19:28:34.137Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3626534757032815187.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3626534757032815187.key) [2020-08-05T19:28:34.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-05T19:28:34.632Z] + git semver init [2020-08-05T19:28:34.899Z] # -> Open(): unable to determine branch for HEAD [2020-08-05T19:28:34.899Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-05T19:28:34.899Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-05T19:28:34.899Z] # $SEMVER_REMOTE_NAME = origin [2020-08-05T19:28:34.899Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-05T19:28:34.899Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-05T19:28:34.899Z] # $SEMVER_BRANCH = master [2020-08-05T19:28:34.899Z] # $SEMVER_TEMP = /tmp/semver-747769610 [2020-08-05T19:28:34.899Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-08-05T19:28:35.495Z] # '/tmp/semver-747769610' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-08-05T19:28:35.495Z] # -> Force: false [2020-08-05T19:28:35.495Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-08-05T19:28:35.538Z] $ docker exec --env ******** --env ******** 3f6b0f452391f547482091c93e25592577351b4cb04d8c10dcc45a621eeeb86e ssh-agent -k [2020-08-05T19:28:35.827Z] unset SSH_AUTH_SOCK; [2020-08-05T19:28:35.828Z] unset SSH_AGENT_PID; [2020-08-05T19:28:35.828Z] echo Agent pid 51 killed; [2020-08-05T19:28:36.006Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-05T19:28:37.254Z] + git semver [Pipeline] } [2020-08-05T19:28:37.292Z] $ docker stop --time=1 3f6b0f452391f547482091c93e25592577351b4cb04d8c10dcc45a621eeeb86e [2020-08-05T19:28:39.039Z] $ docker rm -f 3f6b0f452391f547482091c93e25592577351b4cb04d8c10dcc45a621eeeb86e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-05T19:28:40.336Z] Stashed 78 file(s) [Pipeline] echo [2020-08-05T19:28:40.339Z] [edgeXSemver] initialized semver on version 0.1.67 [Pipeline] echo [2020-08-05T19:28:40.521Z] Archived original version: [0.1.67] [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-05T19:28:55.879Z] Still waiting to schedule task [2020-08-05T19:28:55.879Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-05T19:28:55.880Z] Still waiting to schedule task [2020-08-05T19:28:55.880Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-05T19:30:39.890Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2887 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-08-05T19:30:39.933Z] Running in /w/workspace/go-mod-core-contracts/32 [Pipeline] { [Pipeline] checkout [2020-08-05T19:30:44.867Z] using credential edgex-jenkins-ssh [2020-08-05T19:30:44.913Z] Cloning the remote Git repository [2020-08-05T19:30:44.913Z] Cloning with configured refspecs honoured and without tags [2020-08-05T19:30:44.957Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-05T19:30:45.069Z] > git init /w/workspace/go-mod-core-contracts/32 # timeout=10 [2020-08-05T19:30:46.052Z] Fetching without tags [2020-08-05T19:30:45.143Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-05T19:30:45.143Z] > git --version # timeout=10 [2020-08-05T19:30:45.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-05T19:30:45.222Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T19:30:45.978Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-05T19:30:45.995Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T19:30:46.025Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-05T19:30:46.054Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-05T19:30:46.054Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-05T19:30:46.070Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T19:30:46.604Z] Checking out Revision 403cbbb91d8f89f3f7790c08d59bfa3876108a8a (master) [2020-08-05T19:30:46.611Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T19:30:46.624Z] > git checkout -f 403cbbb91d8f89f3f7790c08d59bfa3876108a8a # timeout=10 [2020-08-05T19:30:50.943Z] Commit message: "Merge pull request #253 from weichou1229/issue-249" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-05T19:30:52.050Z] ========================================================= [2020-08-05T19:30:52.050Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-05T19:30:52.050Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-05T19:30:53.127Z] + 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 . [2020-08-05T19:30:54.109Z] Sending build context to Docker daemon 2.003MB [2020-08-05T19:30:54.109Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-05T19:30:54.109Z] Step 2/7 : FROM ${BASE} [2020-08-05T19:30:54.383Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-05T19:30:54.383Z] b538f80385f9: Pulling fs layer [2020-08-05T19:30:54.383Z] 74f711af9a0d: Pulling fs layer [2020-08-05T19:30:54.383Z] 99f96fe45779: Pulling fs layer [2020-08-05T19:30:54.383Z] fd7a069fd194: Pulling fs layer [2020-08-05T19:30:54.383Z] 66aa3694b03b: Pulling fs layer [2020-08-05T19:30:54.383Z] 170f70906a0f: Pulling fs layer [2020-08-05T19:30:54.383Z] ad7c5574e4b9: Pulling fs layer [2020-08-05T19:30:54.383Z] e772456be8f7: Pulling fs layer [2020-08-05T19:30:54.383Z] c890913d741a: Pulling fs layer [2020-08-05T19:30:54.383Z] 2480fcc9aa5a: Pulling fs layer [2020-08-05T19:30:54.383Z] 09adf4765672: Pulling fs layer [2020-08-05T19:30:54.383Z] fd7a069fd194: Waiting [2020-08-05T19:30:54.383Z] 66aa3694b03b: Waiting [2020-08-05T19:30:54.383Z] 170f70906a0f: Waiting [2020-08-05T19:30:54.383Z] ad7c5574e4b9: Waiting [2020-08-05T19:30:54.383Z] e772456be8f7: Waiting [2020-08-05T19:30:54.383Z] c890913d741a: Waiting [2020-08-05T19:30:54.383Z] 2480fcc9aa5a: Waiting [2020-08-05T19:30:54.383Z] 09adf4765672: Waiting [2020-08-05T19:30:54.383Z] 99f96fe45779: Download complete [2020-08-05T19:30:54.383Z] 74f711af9a0d: Verifying Checksum [2020-08-05T19:30:54.383Z] 74f711af9a0d: Download complete [2020-08-05T19:30:54.658Z] 66aa3694b03b: Verifying Checksum [2020-08-05T19:30:54.658Z] 66aa3694b03b: Download complete [2020-08-05T19:30:54.658Z] 170f70906a0f: Download complete [2020-08-05T19:30:54.658Z] b538f80385f9: Verifying Checksum [2020-08-05T19:30:54.658Z] b538f80385f9: Download complete [2020-08-05T19:30:55.650Z] b538f80385f9: Pull complete [2020-08-05T19:30:55.930Z] 74f711af9a0d: Pull complete [2020-08-05T19:30:56.548Z] 99f96fe45779: Pull complete [2020-08-05T19:30:58.007Z] ad7c5574e4b9: Verifying Checksum [2020-08-05T19:30:58.007Z] ad7c5574e4b9: Download complete [2020-08-05T19:30:58.007Z] c890913d741a: Verifying Checksum [2020-08-05T19:30:58.007Z] c890913d741a: Download complete [2020-08-05T19:30:59.448Z] e772456be8f7: Verifying Checksum [2020-08-05T19:30:59.448Z] e772456be8f7: Download complete [2020-08-05T19:30:59.448Z] 09adf4765672: Verifying Checksum [2020-08-05T19:30:59.448Z] 09adf4765672: Download complete [2020-08-05T19:30:59.448Z] 2480fcc9aa5a: Verifying Checksum [2020-08-05T19:30:59.448Z] 2480fcc9aa5a: Download complete [2020-08-05T19:31:00.047Z] fd7a069fd194: Verifying Checksum [2020-08-05T19:31:00.047Z] fd7a069fd194: Download complete [2020-08-05T19:31:12.454Z] fd7a069fd194: Pull complete [2020-08-05T19:31:12.454Z] 66aa3694b03b: Pull complete [2020-08-05T19:31:12.454Z] 170f70906a0f: Pull complete [2020-08-05T19:31:15.865Z] ad7c5574e4b9: Pull complete [2020-08-05T19:31:21.261Z] e772456be8f7: Pull complete [2020-08-05T19:31:21.261Z] c890913d741a: Pull complete [2020-08-05T19:31:23.244Z] 2480fcc9aa5a: Pull complete [2020-08-05T19:31:23.244Z] 09adf4765672: Pull complete [2020-08-05T19:31:23.518Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-05T19:31:23.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-05T19:31:23.518Z] ---> 2248a725d1cf [2020-08-05T19:31:23.518Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-05T19:31:24.080Z] Running on prd-centos7-docker-4c-2g-2888 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-08-05T19:31:24.127Z] Running in /w/workspace/go-mod-core-contracts/32 [Pipeline] { [Pipeline] checkout [2020-08-05T19:31:28.918Z] ---> Running in a9577cf1ef12 [2020-08-05T19:31:28.918Z] Removing intermediate container a9577cf1ef12 [2020-08-05T19:31:28.918Z] ---> 69c4b7c2f801 [2020-08-05T19:31:28.918Z] Step 4/7 : RUN apk add bash [2020-08-05T19:31:28.918Z] ---> Running in 791ac3b03369 [2020-08-05T19:31:30.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-05T19:31:31.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-05T19:31:32.074Z] using credential edgex-jenkins-ssh [2020-08-05T19:31:32.123Z] Cloning the remote Git repository [2020-08-05T19:31:32.123Z] Cloning with configured refspecs honoured and without tags [2020-08-05T19:31:32.167Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-05T19:31:32.294Z] > git init /w/workspace/go-mod-core-contracts/32 # timeout=10 [2020-08-05T19:31:32.545Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-05T19:31:32.545Z] > git --version # timeout=10 [2020-08-05T19:31:32.570Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-05T19:31:32.704Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T19:31:33.745Z] OK: 142 MiB in 39 packages [2020-08-05T19:31:34.121Z] Fetching without tags [2020-08-05T19:31:33.798Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-05T19:31:33.847Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T19:31:33.954Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-05T19:31:34.123Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-05T19:31:34.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-05T19:31:34.144Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T19:31:34.668Z] Checking out Revision 403cbbb91d8f89f3f7790c08d59bfa3876108a8a (master) [2020-08-05T19:31:34.726Z] Removing intermediate container 791ac3b03369 [2020-08-05T19:31:34.727Z] ---> 59ab58b60c3a [2020-08-05T19:31:34.727Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-05T19:31:34.999Z] ---> Running in 44d060d6d8e2 [2020-08-05T19:31:35.601Z] Removing intermediate container 44d060d6d8e2 [2020-08-05T19:31:35.601Z] ---> e1dbb7341398 [2020-08-05T19:31:35.601Z] Step 6/7 : COPY go.mod . [2020-08-05T19:31:34.679Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T19:31:34.775Z] > git checkout -f 403cbbb91d8f89f3f7790c08d59bfa3876108a8a # timeout=10 [2020-08-05T19:31:36.195Z] ---> bf54f48ad936 [2020-08-05T19:31:36.195Z] Step 7/7 : RUN go mod download [2020-08-05T19:31:36.473Z] ---> Running in f81d9348d03c [2020-08-05T19:31:39.079Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-05T19:31:39.079Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-05T19:31:39.079Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-05T19:31:39.079Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-05T19:31:39.079Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-05T19:31:39.079Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-05T19:31:39.080Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-05T19:31:39.080Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-05T19:31:39.080Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-05T19:31:39.080Z] go: finding github.com/google/uuid v1.1.0 [2020-08-05T19:31:39.080Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-05T19:31:39.080Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-05T19:31:39.080Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-05T19:31:39.080Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-05T19:31:39.080Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-05T19:31:39.080Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-05T19:31:39.080Z] go: finding golang.org/x/text v0.3.2 [2020-08-05T19:31:39.080Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-05T19:31:39.080Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-05T19:31:39.080Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-05T19:31:40.741Z] Commit message: "Merge pull request #253 from weichou1229/issue-249" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-05T19:31:41.649Z] ========================================================= [2020-08-05T19:31:41.649Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-05T19:31:41.649Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-05T19:31:43.070Z] + 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 . [2020-08-05T19:31:43.763Z] Sending build context to Docker daemon 2.003MB [2020-08-05T19:31:43.763Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-05T19:31:43.763Z] Step 2/7 : FROM ${BASE} [2020-08-05T19:31:44.445Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-05T19:31:44.445Z] df20fa9351a1: Pulling fs layer [2020-08-05T19:31:44.445Z] ed8968b2872e: Pulling fs layer [2020-08-05T19:31:44.445Z] a92cc7c5fd73: Pulling fs layer [2020-08-05T19:31:44.445Z] 2dd03ba5bac4: Pulling fs layer [2020-08-05T19:31:44.445Z] 1e091d79d1de: Pulling fs layer [2020-08-05T19:31:44.445Z] 481702a1767f: Pulling fs layer [2020-08-05T19:31:44.445Z] f64a6f60c768: Pulling fs layer [2020-08-05T19:31:44.445Z] e78d2573fc39: Pulling fs layer [2020-08-05T19:31:44.445Z] e876d2f968b6: Pulling fs layer [2020-08-05T19:31:44.445Z] ce8a83651883: Pulling fs layer [2020-08-05T19:31:44.445Z] 07967f4d0e4b: Pulling fs layer [2020-08-05T19:31:44.445Z] 2dd03ba5bac4: Waiting [2020-08-05T19:31:44.445Z] 1e091d79d1de: Waiting [2020-08-05T19:31:44.445Z] 481702a1767f: Waiting [2020-08-05T19:31:44.445Z] f64a6f60c768: Waiting [2020-08-05T19:31:44.445Z] e78d2573fc39: Waiting [2020-08-05T19:31:44.445Z] e876d2f968b6: Waiting [2020-08-05T19:31:44.445Z] ce8a83651883: Waiting [2020-08-05T19:31:44.445Z] 07967f4d0e4b: Waiting [2020-08-05T19:31:44.445Z] a92cc7c5fd73: Verifying Checksum [2020-08-05T19:31:44.445Z] a92cc7c5fd73: Download complete [2020-08-05T19:31:44.445Z] ed8968b2872e: Download complete [2020-08-05T19:31:44.445Z] 1e091d79d1de: Verifying Checksum [2020-08-05T19:31:44.445Z] 1e091d79d1de: Download complete [2020-08-05T19:31:44.445Z] 481702a1767f: Verifying Checksum [2020-08-05T19:31:44.445Z] 481702a1767f: Download complete [2020-08-05T19:31:44.445Z] df20fa9351a1: Verifying Checksum [2020-08-05T19:31:44.445Z] df20fa9351a1: Download complete [2020-08-05T19:31:45.599Z] df20fa9351a1: Pull complete [2020-08-05T19:31:46.845Z] f64a6f60c768: Verifying Checksum [2020-08-05T19:31:46.845Z] f64a6f60c768: Download complete [2020-08-05T19:31:46.845Z] ed8968b2872e: Pull complete [2020-08-05T19:31:46.845Z] e876d2f968b6: Verifying Checksum [2020-08-05T19:31:46.845Z] e876d2f968b6: Download complete [2020-08-05T19:31:48.065Z] a92cc7c5fd73: Pull complete [2020-08-05T19:31:48.535Z] ce8a83651883: Verifying Checksum [2020-08-05T19:31:48.535Z] ce8a83651883: Download complete [2020-08-05T19:31:48.535Z] e78d2573fc39: Verifying Checksum [2020-08-05T19:31:48.535Z] e78d2573fc39: Download complete [2020-08-05T19:31:48.820Z] 07967f4d0e4b: Verifying Checksum [2020-08-05T19:31:48.820Z] 07967f4d0e4b: Download complete [2020-08-05T19:31:49.112Z] 2dd03ba5bac4: Verifying Checksum [2020-08-05T19:31:49.112Z] 2dd03ba5bac4: Download complete [2020-08-05T19:31:51.472Z] Removing intermediate container f81d9348d03c [2020-08-05T19:31:51.472Z] ---> 87ceab60922d [2020-08-05T19:31:51.472Z] Successfully built 87ceab60922d [2020-08-05T19:31:51.472Z] 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] } [2020-08-05T19:32:01.603Z] 2dd03ba5bac4: Pull complete [2020-08-05T19:32:02.653Z] 1e091d79d1de: Pull complete [2020-08-05T19:32:02.952Z] 481702a1767f: Pull complete [2020-08-05T19:32:11.654Z] f64a6f60c768: Pull complete [2020-08-05T19:32:18.599Z] e78d2573fc39: Pull complete [2020-08-05T19:32:18.599Z] e876d2f968b6: Pull complete [2020-08-05T19:32:20.807Z] ce8a83651883: Pull complete [2020-08-05T19:32:21.210Z] 07967f4d0e4b: Pull complete [2020-08-05T19:32:21.526Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-05T19:32:21.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-05T19:32:21.526Z] ---> 5d7c900382c6 [2020-08-05T19:32:21.526Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-05T19:32:23.030Z] ---> Running in 4c2d38c0b8bd [2020-08-05T19:32:23.030Z] Removing intermediate container 4c2d38c0b8bd [2020-08-05T19:32:23.030Z] ---> c1b02e9ee352 [2020-08-05T19:32:23.030Z] Step 4/7 : RUN apk add bash [2020-08-05T19:32:23.310Z] ---> Running in cd508180da42 [2020-08-05T19:32:24.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-05T19:32:25.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-05T19:32:25.790Z] OK: 166 MiB in 39 packages [2020-08-05T19:32:26.845Z] Removing intermediate container cd508180da42 [2020-08-05T19:32:26.845Z] ---> b0140e53c958 [2020-08-05T19:32:26.845Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-05T19:32:26.845Z] ---> Running in a7ec80e5ae29 [2020-08-05T19:32:27.445Z] Removing intermediate container a7ec80e5ae29 [2020-08-05T19:32:27.445Z] ---> 3a689d2767fc [2020-08-05T19:32:27.445Z] Step 6/7 : COPY go.mod . [2020-08-05T19:32:27.754Z] ---> f4f6de9e28e5 [2020-08-05T19:32:27.754Z] Step 7/7 : RUN go mod download [2020-08-05T19:32:28.216Z] ---> Running in d707b8406d69 [2020-08-05T19:32:30.986Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-05T19:32:30.986Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-05T19:32:30.986Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-05T19:32:30.986Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-05T19:32:30.986Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-05T19:32:30.986Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-05T19:32:30.986Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-05T19:32:30.986Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-05T19:32:31.281Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-05T19:32:31.281Z] go: finding github.com/google/uuid v1.1.0 [2020-08-05T19:32:31.281Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-05T19:32:31.281Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-05T19:32:31.281Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-05T19:32:31.281Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-05T19:32:31.281Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-05T19:32:31.281Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-05T19:32:31.281Z] go: finding golang.org/x/text v0.3.2 [2020-08-05T19:32:31.281Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-05T19:32:31.628Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-05T19:32:31.628Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-05T19:32:44.336Z] Removing intermediate container d707b8406d69 [2020-08-05T19:32:44.336Z] ---> 403a824ce9c9 [2020-08-05T19:32:44.336Z] Successfully built 403a824ce9c9 [2020-08-05T19:32:44.336Z] 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 [2020-08-05T19:32:46.307Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-05T19:32:46.308Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-05T19:32:46.345Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-05T19:32:46.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-05T19:32:46.709Z] [2020-08-05T19:32:46.709Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-05T19:32:47.098Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-05T19:32:47.098Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-05T19:32:47.098Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-05T19:32:47.098Z] 408f87550127: Pulling fs layer [2020-08-05T19:32:47.098Z] fe522b08c979: Pulling fs layer [2020-08-05T19:32:47.098Z] 221eaa008020: Pulling fs layer [2020-08-05T19:32:47.098Z] 2a4607e5d6b9: Pulling fs layer [2020-08-05T19:32:47.098Z] 8f79b27c4fd2: Pulling fs layer [2020-08-05T19:32:47.098Z] e5c8dbe1645b: Pulling fs layer [2020-08-05T19:32:47.098Z] 23e8b3b47431: Pulling fs layer [2020-08-05T19:32:47.098Z] 5c568d65a230: Pulling fs layer [2020-08-05T19:32:47.098Z] 221eaa008020: Waiting [2020-08-05T19:32:47.098Z] 2a4607e5d6b9: Waiting [2020-08-05T19:32:47.098Z] 8f79b27c4fd2: Waiting [2020-08-05T19:32:47.098Z] e5c8dbe1645b: Waiting [2020-08-05T19:32:47.098Z] 23e8b3b47431: Waiting [2020-08-05T19:32:47.098Z] 5c568d65a230: Waiting [2020-08-05T19:32:47.099Z] fe522b08c979: Verifying Checksum [2020-08-05T19:32:47.099Z] fe522b08c979: Download complete [2020-08-05T19:32:47.099Z] 408f87550127: Verifying Checksum [2020-08-05T19:32:47.099Z] 408f87550127: Download complete [2020-08-05T19:32:47.099Z] 2a4607e5d6b9: Verifying Checksum [2020-08-05T19:32:47.099Z] 2a4607e5d6b9: Download complete [2020-08-05T19:32:47.099Z] 8f79b27c4fd2: Verifying Checksum [2020-08-05T19:32:47.099Z] 8f79b27c4fd2: Download complete [2020-08-05T19:32:47.453Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-05T19:32:47.453Z] cbdbe7a5bc2a: Download complete [2020-08-05T19:32:48.362Z] e5c8dbe1645b: Verifying Checksum [2020-08-05T19:32:48.362Z] e5c8dbe1645b: Download complete [2020-08-05T19:32:48.713Z] cbdbe7a5bc2a: Pull complete [2020-08-05T19:32:49.038Z] 23e8b3b47431: Verifying Checksum [2020-08-05T19:32:49.038Z] 23e8b3b47431: Download complete [2020-08-05T19:32:50.365Z] 5c568d65a230: Verifying Checksum [2020-08-05T19:32:50.365Z] 5c568d65a230: Download complete [2020-08-05T19:32:50.365Z] 408f87550127: Pull complete [2020-08-05T19:32:50.654Z] fe522b08c979: Pull complete [2020-08-05T19:32:50.931Z] 221eaa008020: Verifying Checksum [2020-08-05T19:32:50.931Z] 221eaa008020: Download complete [2020-08-05T19:33:06.714Z] 221eaa008020: Pull complete [2020-08-05T19:33:06.714Z] 2a4607e5d6b9: Pull complete [2020-08-05T19:33:06.714Z] 8f79b27c4fd2: Pull complete [2020-08-05T19:33:07.798Z] e5c8dbe1645b: Pull complete [2020-08-05T19:33:12.383Z] 23e8b3b47431: Pull complete [2020-08-05T19:33:14.253Z] 5c568d65a230: Pull complete [2020-08-05T19:33:14.253Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-05T19:33:14.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-05T19:33:14.253Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-05T19:33:15.244Z] prd-centos7-docker-4c-2g-2886 does not seem to be running inside a container [2020-08-05T19:33:15.641Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-05T19:33:17.122Z] $ docker top 912cf8e6027681639b2808b98c79def1cf0f4c06a4b8a2526d8416cbd885f076 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-05T19:33:18.289Z] + snyk monitor '--org=edgex-jenkins' [2020-08-05T19:33:28.812Z] [2020-08-05T19:33:28.812Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-08-05T19:33:28.812Z] [2020-08-05T19:33:28.812Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/30762482-7eea-49d1-853c-2eb47529e675 [2020-08-05T19:33:28.812Z] [2020-08-05T19:33:28.812Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-05T19:33:28.812Z] [2020-08-05T19:33:28.812Z] [2020-08-05T19:33:28.812Z] Snyk CLI supports Node.js 8 and higher. [2020-08-05T19:33:28.812Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-05T19:33:28.812Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-05T19:33:28.812Z] [2020-08-05T19:33:28.812Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-05T19:33:28.812Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-05T19:33:28.945Z] $ docker stop --time=1 912cf8e6027681639b2808b98c79def1cf0f4c06a4b8a2526d8416cbd885f076 [2020-08-05T19:33:31.682Z] $ docker rm -f 912cf8e6027681639b2808b98c79def1cf0f4c06a4b8a2526d8416cbd885f076 [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 [2020-08-05T19:33:34.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-05T19:33:34.548Z] . [Pipeline] withDockerContainer [2020-08-05T19:33:34.837Z] prd-centos7-docker-4c-2g-2886 does not seem to be running inside a container [2020-08-05T19:33:35.019Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-05T19:33:37.201Z] $ docker top 75259fab3c8514efe1406c3d7d280a7e135bca1e43a6ea63f591c125f755a243 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-05T19:33:37.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-05T19:33:37.711Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-05T19:33:38.130Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-05T19:33:38.163Z] $ docker exec 75259fab3c8514efe1406c3d7d280a7e135bca1e43a6ea63f591c125f755a243 ssh-agent [2020-08-05T19:33:38.516Z] SSH_AUTH_SOCK=/tmp/ssh-1u17oaBGEmba/agent.13 [2020-08-05T19:33:38.516Z] SSH_AGENT_PID=18 [2020-08-05T19:33:38.545Z] Running ssh-add (command line suppressed) [2020-08-05T19:33:38.790Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5137964311067128956.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5137964311067128956.key) [2020-08-05T19:33:38.926Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-05T19:33:39.809Z] + git semver tag [2020-08-05T19:33:39.809Z] # -> Open(): unable to determine branch for HEAD [2020-08-05T19:33:39.809Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-05T19:33:39.809Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-05T19:33:39.809Z] # $SEMVER_REMOTE_NAME = origin [2020-08-05T19:33:39.809Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-05T19:33:39.809Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-05T19:33:39.809Z] # $SEMVER_BRANCH = master [2020-08-05T19:33:39.809Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-08-05T19:33:39.809Z] # 403cbbb91d8f89f3f7790c08d59bfa3876108a8a HEAD [2020-08-05T19:33:39.809Z] # -> Force: false [2020-08-05T19:33:39.809Z] # 5d506c8a7781643b8eeb90854a93117a0582aad9 refs/tags/v0.1.67 [Pipeline] } [2020-08-05T19:33:40.020Z] $ docker exec --env ******** --env ******** 75259fab3c8514efe1406c3d7d280a7e135bca1e43a6ea63f591c125f755a243 ssh-agent -k [2020-08-05T19:33:40.483Z] unset SSH_AUTH_SOCK; [2020-08-05T19:33:40.486Z] unset SSH_AGENT_PID; [2020-08-05T19:33:40.487Z] echo Agent pid 18 killed; [2020-08-05T19:33:40.754Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-05T19:33:41.513Z] + git semver [Pipeline] } [2020-08-05T19:33:41.841Z] $ docker stop --time=1 75259fab3c8514efe1406c3d7d280a7e135bca1e43a6ea63f591c125f755a243 [2020-08-05T19:33:43.563Z] $ docker rm -f 75259fab3c8514efe1406c3d7d280a7e135bca1e43a6ea63f591c125f755a243 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-05T19:33:44.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-05T19:33:44.490Z] [2020-08-05T19:33:44.490Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-05T19:33:45.010Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-05T19:33:45.317Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-05T19:33:45.317Z] ab5ef0e58194: Pulling fs layer [2020-08-05T19:33:45.317Z] 9712f1f96733: Pulling fs layer [2020-08-05T19:33:45.317Z] 63f879dbbcfc: Pulling fs layer [2020-08-05T19:33:45.317Z] 0d9ebad4ef96: Pulling fs layer [2020-08-05T19:33:45.317Z] e9a5061849ea: Pulling fs layer [2020-08-05T19:33:45.317Z] d747dcd14b5f: Pulling fs layer [2020-08-05T19:33:45.317Z] 2de7ff778b66: Pulling fs layer [2020-08-05T19:33:45.317Z] 0d9ebad4ef96: Waiting [2020-08-05T19:33:45.317Z] e9a5061849ea: Waiting [2020-08-05T19:33:45.317Z] d747dcd14b5f: Waiting [2020-08-05T19:33:45.317Z] 2de7ff778b66: Waiting [2020-08-05T19:33:45.317Z] 9712f1f96733: Verifying Checksum [2020-08-05T19:33:45.317Z] 9712f1f96733: Download complete [2020-08-05T19:33:47.760Z] 63f879dbbcfc: Verifying Checksum [2020-08-05T19:33:47.760Z] 63f879dbbcfc: Download complete [2020-08-05T19:33:48.274Z] e9a5061849ea: Verifying Checksum [2020-08-05T19:33:48.274Z] e9a5061849ea: Download complete [2020-08-05T19:33:48.274Z] d747dcd14b5f: Verifying Checksum [2020-08-05T19:33:48.274Z] d747dcd14b5f: Download complete [2020-08-05T19:33:49.899Z] 0d9ebad4ef96: Verifying Checksum [2020-08-05T19:33:49.899Z] 0d9ebad4ef96: Download complete [2020-08-05T19:33:50.220Z] ab5ef0e58194: Verifying Checksum [2020-08-05T19:33:50.220Z] ab5ef0e58194: Download complete [2020-08-05T19:33:50.220Z] 2de7ff778b66: Verifying Checksum [2020-08-05T19:33:50.220Z] 2de7ff778b66: Download complete [2020-08-05T19:34:01.330Z] ab5ef0e58194: Pull complete [2020-08-05T19:34:01.330Z] 9712f1f96733: Pull complete [2020-08-05T19:34:03.047Z] 63f879dbbcfc: Pull complete [2020-08-05T19:34:16.099Z] 0d9ebad4ef96: Pull complete [2020-08-05T19:34:18.362Z] e9a5061849ea: Pull complete [2020-08-05T19:34:18.647Z] d747dcd14b5f: Pull complete [2020-08-05T19:34:23.467Z] 2de7ff778b66: Pull complete [2020-08-05T19:34:23.467Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-05T19:34:23.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-05T19:34:23.467Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-05T19:34:23.717Z] prd-centos7-docker-4c-2g-2886 does not seem to be running inside a container [2020-08-05T19:34:24.032Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-05T19:34:26.428Z] $ docker top 9e17a6b1cf21f4a68f7953e77f95133d27bb5a76724afcbd932d9b4aa36173c1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-05T19:34:27.044Z] provisioning config files... [2020-08-05T19:34:27.072Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5138540583321393229tmp [2020-08-05T19:34:27.111Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6857229475785722189tmp [2020-08-05T19:34:27.305Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1247932778459172174tmp [Pipeline] { [Pipeline] echo [2020-08-05T19:34:27.414Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-05T19:34:28.140Z] ---> sigul-configuration.sh [2020-08-05T19:34:28.140Z] gpg: directory `/root/.gnupg' created [2020-08-05T19:34:28.140Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-05T19:34:28.140Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-05T19:34:28.140Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-05T19:34:28.140Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-05T19:34:28.140Z] gpg: CAST5 encrypted data [2020-08-05T19:34:28.409Z] gpg: encrypted with 1 passphrase [2020-08-05T19:34:28.409Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-05T19:34:28.735Z] + mkdir /home/jenkins [2020-08-05T19:34:28.735Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-05T19:34:29.079Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-05T19:34:29.378Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-05T19:34:29.747Z] ---> sigul-install.sh [2020-08-05T19:34:38.275Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-05T19:34:38.919Z] + git tag --list [2020-08-05T19:34:38.920Z] v0.1.67 [Pipeline] sh [2020-08-05T19:34:39.232Z] + lftools sign git-tag v0.1.67 [2020-08-05T19:34:42.047Z] Signing Git tag with Sigul... [2020-08-05T19:34:42.047Z] Signing v0.1.67 [Pipeline] echo [2020-08-05T19:34:43.027Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-05T19:34:43.334Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-05T19:34:43.344Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-05T19:34:43.429Z] $ docker stop --time=1 9e17a6b1cf21f4a68f7953e77f95133d27bb5a76724afcbd932d9b4aa36173c1 [2020-08-05T19:34:45.417Z] $ docker rm -f 9e17a6b1cf21f4a68f7953e77f95133d27bb5a76724afcbd932d9b4aa36173c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-05T19:34:46.235Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-05T19:34:46.235Z] . [Pipeline] withDockerContainer [2020-08-05T19:34:46.418Z] prd-centos7-docker-4c-2g-2886 does not seem to be running inside a container [2020-08-05T19:34:46.502Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-05T19:34:47.966Z] $ docker top 9d75a1ed08c26effeb6bb11dab934607dc5771e23c5114e2ef0bb24663a9559d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-05T19:34:48.370Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-05T19:34:48.370Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-05T19:34:48.938Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-05T19:34:48.939Z] $ docker exec 9d75a1ed08c26effeb6bb11dab934607dc5771e23c5114e2ef0bb24663a9559d ssh-agent [2020-08-05T19:34:49.377Z] SSH_AUTH_SOCK=/tmp/ssh-76JzPHp6EsQJ/agent.11 [2020-08-05T19:34:49.377Z] SSH_AGENT_PID=17 [2020-08-05T19:34:49.390Z] Running ssh-add (command line suppressed) [2020-08-05T19:34:49.760Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7756009735226243148.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7756009735226243148.key) [2020-08-05T19:34:50.106Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-05T19:34:50.808Z] + git semver bump patch [2020-08-05T19:34:50.808Z] # -> Open(): unable to determine branch for HEAD [2020-08-05T19:34:50.808Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-05T19:34:50.808Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-05T19:34:50.808Z] # $SEMVER_REMOTE_NAME = origin [2020-08-05T19:34:50.808Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-05T19:34:50.808Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-05T19:34:50.808Z] # $SEMVER_BRANCH = master [2020-08-05T19:34:50.808Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-08-05T19:34:50.808Z] 0.1.68 [Pipeline] } [2020-08-05T19:34:50.827Z] $ docker exec --env ******** --env ******** 9d75a1ed08c26effeb6bb11dab934607dc5771e23c5114e2ef0bb24663a9559d ssh-agent -k [2020-08-05T19:34:51.053Z] unset SSH_AUTH_SOCK; [2020-08-05T19:34:51.054Z] unset SSH_AGENT_PID; [2020-08-05T19:34:51.054Z] echo Agent pid 17 killed; [2020-08-05T19:34:51.153Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-05T19:34:52.148Z] + git semver [Pipeline] } [2020-08-05T19:34:52.165Z] $ docker stop --time=1 9d75a1ed08c26effeb6bb11dab934607dc5771e23c5114e2ef0bb24663a9559d [2020-08-05T19:34:53.710Z] $ docker rm -f 9d75a1ed08c26effeb6bb11dab934607dc5771e23c5114e2ef0bb24663a9559d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-05T19:34:54.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-05T19:34:54.294Z] . [Pipeline] withDockerContainer [2020-08-05T19:34:54.476Z] prd-centos7-docker-4c-2g-2886 does not seem to be running inside a container [2020-08-05T19:34:54.551Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-05T19:34:55.731Z] $ docker top 7b0ef2c647ca8e08ebddea1dfe87c7a0f4eb51e920ebf9cd67e1545d8c2ae3d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-05T19:34:56.102Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-05T19:34:56.102Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-05T19:34:56.744Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-05T19:34:56.745Z] $ docker exec 7b0ef2c647ca8e08ebddea1dfe87c7a0f4eb51e920ebf9cd67e1545d8c2ae3d9 ssh-agent [2020-08-05T19:34:57.204Z] SSH_AUTH_SOCK=/tmp/ssh-ge7xegPHW7sK/agent.11 [2020-08-05T19:34:57.204Z] SSH_AGENT_PID=16 [2020-08-05T19:34:57.258Z] Running ssh-add (command line suppressed) [2020-08-05T19:34:57.579Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6666785295910159981.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6666785295910159981.key) [2020-08-05T19:34:57.805Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-05T19:34:58.579Z] + git semver push [2020-08-05T19:34:58.579Z] # -> Open(): unable to determine branch for HEAD [2020-08-05T19:34:58.579Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-05T19:34:58.579Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-05T19:34:58.579Z] # $SEMVER_REMOTE_NAME = origin [2020-08-05T19:34:58.579Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-05T19:34:58.579Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-05T19:34:58.579Z] # $SEMVER_BRANCH = master [2020-08-05T19:34:58.579Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-08-05T19:35:09.235Z] $ docker exec --env ******** --env ******** 7b0ef2c647ca8e08ebddea1dfe87c7a0f4eb51e920ebf9cd67e1545d8c2ae3d9 ssh-agent -k [2020-08-05T19:35:09.900Z] unset SSH_AUTH_SOCK; [2020-08-05T19:35:09.903Z] unset SSH_AGENT_PID; [2020-08-05T19:35:09.903Z] echo Agent pid 16 killed; [2020-08-05T19:35:10.152Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-05T19:35:11.132Z] + git semver [Pipeline] } [2020-08-05T19:35:11.189Z] $ docker stop --time=1 7b0ef2c647ca8e08ebddea1dfe87c7a0f4eb51e920ebf9cd67e1545d8c2ae3d9 [2020-08-05T19:35:12.962Z] $ docker rm -f 7b0ef2c647ca8e08ebddea1dfe87c7a0f4eb51e920ebf9cd67e1545d8c2ae3d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-05T19:35:14.227Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-05T19:35:14.845Z] ---> package-listing.sh [2020-08-05T19:35:14.845Z] ++ facter osfamily [2020-08-05T19:35:14.845Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-05T19:35:15.117Z] + OS_FAMILY=redhat [2020-08-05T19:35:15.117Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-08-05T19:35:15.117Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-05T19:35:15.117Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-05T19:35:15.117Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-05T19:35:15.117Z] + PACKAGES=/tmp/packages_start.txt [2020-08-05T19:35:15.117Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-08-05T19:35:15.117Z] + PACKAGES=/tmp/packages_end.txt [2020-08-05T19:35:15.117Z] + case "${OS_FAMILY}" in [2020-08-05T19:35:15.117Z] + rpm -qa [2020-08-05T19:35:15.117Z] + sort [2020-08-05T19:35:20.666Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-05T19:35:20.666Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-05T19:35:20.666Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-05T19:35:20.666Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-08-05T19:35:20.666Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-08-05T19:35:20.666Z] + 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 [2020-08-05T19:35:22.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-05T19:35:22.824Z] [2020-08-05T19:35:22.824Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-05T19:35:23.257Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-05T19:35:23.257Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-05T19:35:23.257Z] c9b1b535fdd9: Pulling fs layer [2020-08-05T19:35:23.257Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-05T19:35:23.257Z] 756a868c4378: Pulling fs layer [2020-08-05T19:35:23.257Z] 444b2fc9a129: Pulling fs layer [2020-08-05T19:35:23.257Z] ea15f1150254: Pulling fs layer [2020-08-05T19:35:23.257Z] 41b27a9f41bf: Pulling fs layer [2020-08-05T19:35:23.257Z] 28c525ee5125: Pulling fs layer [2020-08-05T19:35:23.257Z] 094b1ea09ed8: Pulling fs layer [2020-08-05T19:35:23.257Z] 138eaada9080: Pulling fs layer [2020-08-05T19:35:23.257Z] 0622d0fa9048: Pulling fs layer [2020-08-05T19:35:23.257Z] 444b2fc9a129: Waiting [2020-08-05T19:35:23.257Z] ea15f1150254: Waiting [2020-08-05T19:35:23.257Z] 41b27a9f41bf: Waiting [2020-08-05T19:35:23.257Z] 28c525ee5125: Waiting [2020-08-05T19:35:23.257Z] 138eaada9080: Waiting [2020-08-05T19:35:23.257Z] 0622d0fa9048: Waiting [2020-08-05T19:35:23.257Z] 094b1ea09ed8: Waiting [2020-08-05T19:35:23.257Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-05T19:35:23.257Z] 2cc5ad85d9ab: Download complete [2020-08-05T19:35:23.589Z] 444b2fc9a129: Verifying Checksum [2020-08-05T19:35:23.589Z] 444b2fc9a129: Download complete [2020-08-05T19:35:23.589Z] ea15f1150254: Verifying Checksum [2020-08-05T19:35:23.589Z] ea15f1150254: Download complete [2020-08-05T19:35:23.589Z] c9b1b535fdd9: Verifying Checksum [2020-08-05T19:35:23.589Z] c9b1b535fdd9: Download complete [2020-08-05T19:35:24.375Z] 28c525ee5125: Verifying Checksum [2020-08-05T19:35:24.375Z] 28c525ee5125: Download complete [2020-08-05T19:35:24.834Z] c9b1b535fdd9: Pull complete [2020-08-05T19:35:25.992Z] 2cc5ad85d9ab: Pull complete [2020-08-05T19:35:25.992Z] 756a868c4378: Verifying Checksum [2020-08-05T19:35:25.992Z] 756a868c4378: Download complete [2020-08-05T19:35:27.044Z] 138eaada9080: Verifying Checksum [2020-08-05T19:35:27.044Z] 138eaada9080: Download complete [2020-08-05T19:35:27.367Z] 0622d0fa9048: Verifying Checksum [2020-08-05T19:35:27.367Z] 0622d0fa9048: Download complete [2020-08-05T19:35:28.501Z] 094b1ea09ed8: Verifying Checksum [2020-08-05T19:35:28.501Z] 094b1ea09ed8: Download complete [2020-08-05T19:35:28.773Z] 41b27a9f41bf: Verifying Checksum [2020-08-05T19:35:28.773Z] 41b27a9f41bf: Download complete [2020-08-05T19:35:30.249Z] 756a868c4378: Pull complete [2020-08-05T19:35:30.870Z] 444b2fc9a129: Pull complete [2020-08-05T19:35:31.972Z] ea15f1150254: Pull complete [2020-08-05T19:35:39.882Z] 41b27a9f41bf: Pull complete [2020-08-05T19:35:40.525Z] 28c525ee5125: Pull complete [2020-08-05T19:35:46.240Z] 094b1ea09ed8: Pull complete [2020-08-05T19:35:46.240Z] 138eaada9080: Pull complete [2020-08-05T19:35:46.526Z] 0622d0fa9048: Pull complete [2020-08-05T19:35:46.526Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-05T19:35:46.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-05T19:35:46.526Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-05T19:35:46.789Z] prd-centos7-docker-4c-2g-2886 does not seem to be running inside a container [2020-08-05T19:35:47.216Z] $ 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_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-lftools-log-publisher:alpine cat [2020-08-05T19:35:50.271Z] $ docker top 22677bc83796d632c8b1158716f0446b9a08d1b4b52697dc416d18cda106890a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-05T19:35:50.712Z] provisioning config files... [2020-08-05T19:35:50.787Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8669101863147906434tmp [Pipeline] { [Pipeline] echo [2020-08-05T19:35:50.980Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-05T19:35:51.835Z] ---> create-netrc.sh [Pipeline] echo [2020-08-05T19:35:51.895Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-05T19:35:52.933Z] ---> logs-deploy.sh [2020-08-05T19:35:52.933Z] + ARCHIVE_ARTIFACTS= [2020-08-05T19:35:52.933Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-05T19:35:52.933Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-05T19:35:52.933Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-05T19:35:52.933Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/32 [2020-08-05T19:35:52.933Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/32/ [2020-08-05T19:35:52.933Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/32 /w/workspace/dry_go-mod-core-contracts_master [2020-08-05T19:35:54.977Z] Archives upload complete. [2020-08-05T19:35:54.977Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/32 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/32/ [2020-08-05T19:35:56.031Z] ---> uname -a: [2020-08-05T19:35:56.031Z] Linux 22677bc83796 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] ---> lscpu: [2020-08-05T19:35:56.031Z] Architecture: x86_64 [2020-08-05T19:35:56.031Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-05T19:35:56.031Z] Byte Order: Little Endian [2020-08-05T19:35:56.031Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-05T19:35:56.031Z] CPU(s): 4 [2020-08-05T19:35:56.031Z] On-line CPU(s) list: 0-3 [2020-08-05T19:35:56.031Z] Thread(s) per core: 1 [2020-08-05T19:35:56.031Z] Core(s) per socket: 1 [2020-08-05T19:35:56.031Z] Socket(s): 4 [2020-08-05T19:35:56.031Z] NUMA node(s): 1 [2020-08-05T19:35:56.031Z] Vendor ID: GenuineIntel [2020-08-05T19:35:56.031Z] CPU family: 6 [2020-08-05T19:35:56.031Z] Model: 44 [2020-08-05T19:35:56.031Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-05T19:35:56.031Z] Stepping: 1 [2020-08-05T19:35:56.031Z] CPU MHz: 2933.438 [2020-08-05T19:35:56.031Z] BogoMIPS: 5866.87 [2020-08-05T19:35:56.031Z] Virtualization: VT-x [2020-08-05T19:35:56.031Z] Hypervisor vendor: KVM [2020-08-05T19:35:56.031Z] Virtualization type: full [2020-08-05T19:35:56.031Z] L1d cache: 128 KiB [2020-08-05T19:35:56.031Z] L1i cache: 128 KiB [2020-08-05T19:35:56.031Z] L2 cache: 16 MiB [2020-08-05T19:35:56.031Z] L3 cache: 64 MiB [2020-08-05T19:35:56.031Z] NUMA node0 CPU(s): 0-3 [2020-08-05T19:35:56.031Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-05T19:35:56.031Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-05T19:35:56.031Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-05T19:35:56.031Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-05T19:35:56.031Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-05T19:35:56.031Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-05T19:35:56.031Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-05T19:35:56.031Z] Vulnerability Tsx async abort: Not affected [2020-08-05T19:35:56.031Z] 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-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] ---> nproc: [2020-08-05T19:35:56.031Z] 4 [2020-08-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] ---> df -h: [2020-08-05T19:35:56.031Z] Filesystem Size Used Available Use% Mounted on [2020-08-05T19:35:56.031Z] overlay 50.0G 8.5G 41.5G 17% / [2020-08-05T19:35:56.031Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-08-05T19:35:56.031Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-08-05T19:35:56.031Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-08-05T19:35:56.031Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-08-05T19:35:56.031Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-08-05T19:35:56.031Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-08-05T19:35:56.031Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master [2020-08-05T19:35:56.031Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2020-08-05T19:35:56.031Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-08-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] ---> free -m: [2020-08-05T19:35:56.031Z] total used free shared buff/cache available [2020-08-05T19:35:56.031Z] Mem: 1837 722 123 0 991 1046 [2020-08-05T19:35:56.031Z] Swap: 1023 3 1020 [2020-08-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] ---> ip addr: [2020-08-05T19:35:56.031Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-08-05T19:35:56.031Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-08-05T19:35:56.031Z] inet 127.0.0.1/8 scope host lo [2020-08-05T19:35:56.031Z] valid_lft forever preferred_lft forever [2020-08-05T19:35:56.031Z] 16: eth0@if17: mtu 1458 qdisc noqueue state UP [2020-08-05T19:35:56.031Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-08-05T19:35:56.031Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-08-05T19:35:56.031Z] valid_lft forever preferred_lft forever [2020-08-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] ---> sar -b -r -n DEV: [2020-08-05T19:35:56.031Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/05/20 _x86_64_ (4 CPU) [2020-08-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] 19:27:01 LINUX RESTART [2020-08-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] 19:28:01 tps rtps wtps bread/s bwrtn/s [2020-08-05T19:35:56.031Z] 19:29:01 56.65 13.41 43.24 4803.59 4759.12 [2020-08-05T19:35:56.031Z] 19:30:01 1.70 0.00 1.70 0.00 32.83 [2020-08-05T19:35:56.031Z] 19:31:01 0.25 0.00 0.25 0.00 3.47 [2020-08-05T19:35:56.031Z] 19:32:01 0.22 0.00 0.22 0.00 2.94 [2020-08-05T19:35:56.031Z] 19:33:01 25.22 2.57 22.65 365.84 14373.39 [2020-08-05T19:35:56.031Z] 19:34:01 264.84 158.25 106.58 6654.71 31300.40 [2020-08-05T19:35:56.031Z] 19:35:02 161.83 68.07 93.75 3182.99 19010.18 [2020-08-05T19:35:56.031Z] Average: 73.28 34.79 38.49 2152.01 9971.03 [2020-08-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] 19:28:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-08-05T19:35:56.031Z] 19:29:01 181272 1700284 90.37 2620 1171028 1091148 37.24 377880 1160948 120 [2020-08-05T19:35:56.031Z] 19:30:01 187936 1693620 90.01 2620 1171032 1019672 34.80 376476 1157236 16 [2020-08-05T19:35:56.031Z] 19:31:01 188124 1693432 90.00 2620 1171040 990896 33.82 377676 1156064 20 [2020-08-05T19:35:56.031Z] 19:32:01 186436 1695120 90.09 2620 1171040 990980 33.82 382040 1153384 8 [2020-08-05T19:35:56.031Z] 19:33:01 86596 1794960 95.40 2620 1168252 1432464 48.89 580868 1035432 111900 [2020-08-05T19:35:56.031Z] 19:34:01 65948 1815608 96.50 2596 1131596 1459312 49.80 618556 974452 42792 [2020-08-05T19:35:56.031Z] 19:35:02 226372 1655184 87.97 2492 967336 1284460 43.84 587848 781664 48 [2020-08-05T19:35:56.031Z] Average: 160383 1721173 91.48 2598 1135903 1181276 40.31 471621 1059883 22129 [2020-08-05T19:35:56.031Z] [2020-08-05T19:35:56.031Z] 19:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-08-05T19:35:56.031Z] 19:29:01 eth0 105.22 91.75 636.80 70.83 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:29:01 docker0 3.53 2.93 0.77 9.20 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:30:01 eth0 1.40 0.60 1.59 0.04 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:31:01 eth0 0.96 0.33 0.32 0.20 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:32:01 eth0 1.10 0.29 0.33 0.20 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:33:01 eth0 102.37 54.72 3742.44 7.08 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:34:01 eth0 135.25 93.95 3310.94 44.62 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:34:01 docker0 14.51 14.27 1.23 122.04 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:35:02 eth0 120.17 66.03 246.76 65.32 0.00 0.00 0.00 [2020-08-05T19:35:56.031Z] 19:35:02 veth5fe40aa 1.31 1.06 0.25 0.26 0.00 0.00 0.00 [2020-08-05T19:35:56.032Z] 19:35:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-08-05T19:35:56.032Z] 19:35:02 docker0 37.06 53.36 3.26 317.72 0.00 0.00 0.00 [2020-08-05T19:35:56.032Z] Average: eth0 66.88 44.10 1139.67 26.98 0.00 0.00 0.00 [2020-08-05T19:35:56.032Z] Average: veth5fe40aa 0.19 0.15 0.04 0.04 0.00 0.00 0.00 [2020-08-05T19:35:56.032Z] Average: lo 0.02 0.02 0.00 0.00 0.00 0.00 0.00 [2020-08-05T19:35:56.032Z] Average: docker0 5.31 7.64 0.47 45.49 0.00 0.00 0.00 [2020-08-05T19:35:56.032Z] [2020-08-05T19:35:56.032Z] [2020-08-05T19:35:56.032Z] ---> sar -P ALL: [2020-08-05T19:35:56.032Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/05/20 _x86_64_ (4 CPU) [2020-08-05T19:35:56.032Z] [2020-08-05T19:35:56.032Z] 19:27:01 LINUX RESTART [2020-08-05T19:35:56.032Z] [2020-08-05T19:35:56.032Z] 19:28:01 CPU %user %nice %system %iowait %steal %idle [2020-08-05T19:35:56.032Z] 19:29:01 all 5.40 0.00 3.09 1.53 12.04 77.94 [2020-08-05T19:35:56.032Z] 19:29:01 0 4.47 0.00 2.98 0.45 12.38 79.72 [2020-08-05T19:35:56.032Z] 19:29:01 1 4.87 0.00 2.51 1.39 12.18 79.05 [2020-08-05T19:35:56.032Z] 19:29:01 2 8.19 0.00 3.74 3.84 11.78 72.46 [2020-08-05T19:35:56.032Z] 19:29:01 3 4.18 0.00 3.15 0.51 11.84 80.31 [2020-08-05T19:35:56.032Z] 19:30:01 all 0.13 0.00 0.06 0.00 0.32 99.49 [2020-08-05T19:35:56.032Z] 19:30:01 0 0.05 0.00 0.07 0.00 0.33 99.55 [2020-08-05T19:35:56.032Z] 19:30:01 1 0.38 0.00 0.08 0.00 0.38 99.15 [2020-08-05T19:35:56.032Z] 19:30:01 2 0.05 0.00 0.05 0.00 0.32 99.58 [2020-08-05T19:35:56.032Z] 19:30:01 3 0.05 0.00 0.05 0.00 0.25 99.65 [2020-08-05T19:35:56.032Z] 19:31:01 all 0.11 0.00 0.07 0.00 0.84 98.99 [2020-08-05T19:35:56.032Z] 19:31:01 0 0.05 0.00 0.03 0.00 0.76 99.16 [2020-08-05T19:35:56.032Z] 19:31:01 1 0.30 0.00 0.07 0.00 1.04 98.59 [2020-08-05T19:35:56.032Z] 19:31:01 2 0.05 0.00 0.08 0.00 1.01 98.86 [2020-08-05T19:35:56.032Z] 19:31:01 3 0.05 0.00 0.07 0.00 0.53 99.35 [2020-08-05T19:35:56.032Z] 19:32:01 all 0.08 0.00 0.04 0.00 0.77 99.10 [2020-08-05T19:35:56.032Z] 19:32:01 0 0.02 0.00 0.03 0.00 0.84 99.11 [2020-08-05T19:35:56.032Z] 19:32:01 1 0.25 0.00 0.05 0.00 0.62 99.07 [2020-08-05T19:35:56.032Z] 19:32:01 2 0.03 0.00 0.05 0.00 1.26 98.66 [2020-08-05T19:35:56.032Z] 19:32:01 3 0.02 0.00 0.05 0.00 0.37 99.56 [2020-08-05T19:35:56.032Z] 19:33:01 all 1.75 0.00 1.21 0.34 10.18 86.52 [2020-08-05T19:35:56.032Z] 19:33:01 0 1.47 0.00 0.95 0.68 10.03 86.87 [2020-08-05T19:35:56.032Z] 19:33:01 1 2.21 0.00 1.29 0.02 10.28 86.21 [2020-08-05T19:35:56.032Z] 19:33:01 2 1.79 0.00 1.27 0.03 10.86 86.05 [2020-08-05T19:35:56.032Z] 19:33:01 3 1.53 0.00 1.34 0.64 9.58 86.91 [2020-08-05T19:35:56.032Z] 19:34:01 all 5.65 0.00 4.51 2.41 26.30 61.13 [2020-08-05T19:35:56.032Z] 19:34:01 0 4.64 0.00 4.18 1.89 27.83 61.46 [2020-08-05T19:35:56.032Z] 19:34:01 1 4.67 0.00 3.50 3.81 26.47 61.55 [2020-08-05T19:35:56.032Z] 19:34:01 2 6.93 0.00 5.55 2.64 27.14 57.74 [2020-08-05T19:35:56.032Z] 19:34:01 3 6.47 0.00 4.86 1.28 23.65 63.74 [2020-08-05T19:35:56.032Z] 19:35:02 all 5.60 0.00 5.11 1.49 19.60 68.19 [2020-08-05T19:35:56.032Z] 19:35:02 0 4.31 0.00 5.30 1.69 21.06 67.64 [2020-08-05T19:35:56.032Z] 19:35:02 1 4.23 0.00 4.72 1.37 19.43 70.24 [2020-08-05T19:35:56.032Z] 19:35:02 2 8.24 0.00 6.03 0.87 19.05 65.81 [2020-08-05T19:35:56.032Z] 19:35:02 3 5.69 0.00 4.42 2.05 18.83 69.01 [2020-08-05T19:35:56.032Z] Average: all 2.74 0.00 2.07 0.85 10.27 84.07 [2020-08-05T19:35:56.032Z] Average: 0 2.21 0.00 2.00 0.70 10.84 84.25 [2020-08-05T19:35:56.032Z] Average: 1 2.48 0.00 1.80 0.98 10.38 84.36 [2020-08-05T19:35:56.032Z] Average: 2 3.65 0.00 2.43 1.06 10.36 82.49 [2020-08-05T19:35:56.032Z] Average: 3 2.63 0.00 2.04 0.66 9.50 85.17 [2020-08-05T19:35:56.032Z] [2020-08-05T19:35:56.032Z] [2020-08-05T19:35:56.032Z]