Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 526dc5f10a42b0a0548c6493116ed2250912fbb9 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 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 --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 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 > 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 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-467 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 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching without tags Checking out Revision 526dc5f10a42b0a0548c6493116ed2250912fbb9 (master) > 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 526dc5f10a42b0a0548c6493116ed2250912fbb9 # timeout=10 Commit message: "Merge pull request #273 from difince/issue_272" > git rev-list --no-walk 06f35a91c3483fdb0f6c49f522d5f90e47e2d85a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-27T11:13:01.852Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-27T11:13:02.101Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-27T11:13:02.186Z] ========================================================= [2020-08-27T11:13:02.186Z] EdgeX Global Pipelines Version Info [2020-08-27T11:13:02.186Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-27T11:13:06.237Z] ------------------- [2020-08-27T11:13:06.237Z] stable info: [2020-08-27T11:13:06.237Z] ------------------- [2020-08-27T11:13:06.237Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-27T11:13:06.237Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-27T11:13:06.237Z] Message: update stable to v1.0.106 [2020-08-27T11:13:07.692Z] ------------------- [2020-08-27T11:13:07.692Z] experimental info: [2020-08-27T11:13:07.692Z] ------------------- [2020-08-27T11:13:07.693Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-27T11:13:07.693Z] Commit SHA: 4bfbf48e2de9ad395c46d40451a58600a1527367 [2020-08-27T11:13:07.693Z] Message: update experimental to v1.0.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-27T11:13:10.446Z] + git log --format=format:%s -1 526dc5f10a42b0a0548c6493116ed2250912fbb9 [Pipeline] echo [2020-08-27T11:13:10.750Z] GIT_COMMIT: 526dc5f10a42b0a0548c6493116ed2250912fbb9, Commit Message: Merge pull request #273 from difince/issue_272 [Pipeline] echo [2020-08-27T11:13:10.795Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-27T11:13:11.724Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T11:13:12.370Z] [2020-08-27T11:13:12.370Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T11:13:12.990Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T11:13:12.990Z] latest: Pulling from edgex-devops/git-semver [2020-08-27T11:13:12.990Z] 31603596830f: Pulling fs layer [2020-08-27T11:13:12.990Z] 2a8b12db71e7: Pulling fs layer [2020-08-27T11:13:12.990Z] 6ca5941a6612: Pulling fs layer [2020-08-27T11:13:12.990Z] ecc8261a40a4: Pulling fs layer [2020-08-27T11:13:12.990Z] ecc8261a40a4: Waiting [2020-08-27T11:13:12.990Z] 2a8b12db71e7: Download complete [2020-08-27T11:13:13.292Z] 31603596830f: Verifying Checksum [2020-08-27T11:13:13.292Z] 31603596830f: Download complete [2020-08-27T11:13:13.292Z] ecc8261a40a4: Verifying Checksum [2020-08-27T11:13:13.292Z] ecc8261a40a4: Download complete [2020-08-27T11:13:13.292Z] 6ca5941a6612: Verifying Checksum [2020-08-27T11:13:13.292Z] 6ca5941a6612: Download complete [2020-08-27T11:13:13.905Z] 31603596830f: Pull complete [2020-08-27T11:13:14.172Z] 2a8b12db71e7: Pull complete [2020-08-27T11:13:16.345Z] 6ca5941a6612: Pull complete [2020-08-27T11:13:17.368Z] ecc8261a40a4: Pull complete [2020-08-27T11:13:17.368Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-27T11:13:17.368Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T11:13:17.368Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-27T11:13:17.649Z] prd-centos7-docker-4c-2g-467 does not seem to be running inside a container [2020-08-27T11:13:17.869Z] $ 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-27T11:13:20.423Z] $ docker top 2aa2d6b2a71bd0fb8bdd4caba73bf1f58f837b33cf71f439a20eb7bc19879970 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-27T11:13:20.785Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T11:13:20.785Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T11:13:21.246Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T11:13:21.257Z] $ docker exec 2aa2d6b2a71bd0fb8bdd4caba73bf1f58f837b33cf71f439a20eb7bc19879970 ssh-agent [2020-08-27T11:13:21.794Z] SSH_AUTH_SOCK=/tmp/ssh-iSMOL2LfcpTJ/agent.11 [2020-08-27T11:13:21.794Z] SSH_AGENT_PID=16 [2020-08-27T11:13:21.845Z] Running ssh-add (command line suppressed) [2020-08-27T11:13:22.321Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1797155196740847421.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1797155196740847421.key) [2020-08-27T11:13:22.501Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T11:13:23.363Z] + git describe --exact-match --tags HEAD [2020-08-27T11:13:23.363Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-27T11:13:23.853Z] $ docker exec --env ******** --env ******** 2aa2d6b2a71bd0fb8bdd4caba73bf1f58f837b33cf71f439a20eb7bc19879970 ssh-agent -k [2020-08-27T11:13:24.363Z] unset SSH_AUTH_SOCK; [2020-08-27T11:13:24.363Z] unset SSH_AGENT_PID; [2020-08-27T11:13:24.363Z] echo Agent pid 16 killed; [2020-08-27T11:13:24.554Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-27T11:13:24.633Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-27T11:13:24.633Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-27T11:13:24.742Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T11:13:24.742Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T11:13:25.173Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T11:13:25.185Z] $ docker exec 2aa2d6b2a71bd0fb8bdd4caba73bf1f58f837b33cf71f439a20eb7bc19879970 ssh-agent [2020-08-27T11:13:25.601Z] SSH_AUTH_SOCK=/tmp/ssh-4Nr6I3QSYDgw/agent.44 [2020-08-27T11:13:25.601Z] SSH_AGENT_PID=49 [2020-08-27T11:13:25.614Z] Running ssh-add (command line suppressed) [2020-08-27T11:13:26.006Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2185995862575099180.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2185995862575099180.key) [2020-08-27T11:13:26.113Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T11:13:26.867Z] + git semver init [2020-08-27T11:13:26.867Z] # -> Open(): unable to determine branch for HEAD [2020-08-27T11:13:26.867Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-27T11:13:26.867Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-27T11:13:26.867Z] # $SEMVER_REMOTE_NAME = origin [2020-08-27T11:13:26.867Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-27T11:13:26.867Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-27T11:13:26.867Z] # $SEMVER_BRANCH = master [2020-08-27T11:13:26.867Z] # $SEMVER_TEMP = /tmp/semver-204451035 [2020-08-27T11:13:26.867Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-08-27T11:13:27.463Z] # '/tmp/semver-204451035' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-08-27T11:13:27.761Z] # -> Force: false [2020-08-27T11:13:27.761Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-08-27T11:13:27.795Z] $ docker exec --env ******** --env ******** 2aa2d6b2a71bd0fb8bdd4caba73bf1f58f837b33cf71f439a20eb7bc19879970 ssh-agent -k [2020-08-27T11:13:28.053Z] unset SSH_AUTH_SOCK; [2020-08-27T11:13:28.053Z] unset SSH_AGENT_PID; [2020-08-27T11:13:28.053Z] echo Agent pid 49 killed; [2020-08-27T11:13:28.174Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-27T11:13:28.723Z] + git semver [Pipeline] } [2020-08-27T11:13:29.056Z] $ docker stop --time=1 2aa2d6b2a71bd0fb8bdd4caba73bf1f58f837b33cf71f439a20eb7bc19879970 [2020-08-27T11:13:30.864Z] $ docker rm -f 2aa2d6b2a71bd0fb8bdd4caba73bf1f58f837b33cf71f439a20eb7bc19879970 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-27T11:13:32.618Z] Stashed 84 file(s) [Pipeline] echo [2020-08-27T11:13:32.620Z] [edgeXSemver] initialized semver on version 0.1.73 [Pipeline] echo [2020-08-27T11:13:32.705Z] Archived original version: [0.1.73] [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-27T11:13:48.083Z] Still waiting to schedule task [2020-08-27T11:13:48.083Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-27T11:13:48.085Z] Still waiting to schedule task [2020-08-27T11:13:48.085Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-27T11:15:39.355Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-468 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-08-27T11:15:39.398Z] Running in /w/workspace/go-mod-core-contracts/38 [Pipeline] { [Pipeline] checkout [2020-08-27T11:15:43.884Z] using credential edgex-jenkins-ssh [2020-08-27T11:15:43.935Z] Cloning the remote Git repository [2020-08-27T11:15:43.935Z] Cloning with configured refspecs honoured and without tags [2020-08-27T11:15:43.991Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-27T11:15:44.094Z] > git init /w/workspace/go-mod-core-contracts/38 # timeout=10 [2020-08-27T11:15:44.151Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-27T11:15:44.152Z] > git --version # timeout=10 [2020-08-27T11:15:44.170Z] > git --version # 'git version 2.17.1' [2020-08-27T11:15:44.172Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T11:15:44.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-27T11:15:45.091Z] Fetching without tags [2020-08-27T11:15:45.625Z] Checking out Revision 526dc5f10a42b0a0548c6493116ed2250912fbb9 (master) [2020-08-27T11:15:45.029Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-27T11:15:45.047Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T11:15:45.080Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-27T11:15:45.110Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-27T11:15:45.111Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T11:15:45.122Z] > 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-27T11:15:45.648Z] > git config core.sparsecheckout # timeout=10 [2020-08-27T11:15:45.662Z] > git checkout -f 526dc5f10a42b0a0548c6493116ed2250912fbb9 # timeout=10 [2020-08-27T11:15:50.057Z] Commit message: "Merge pull request #273 from difince/issue_272" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-27T11:15:51.280Z] ========================================================= [2020-08-27T11:15:51.280Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-27T11:15:51.280Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-27T11:15:52.277Z] + 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-27T11:15:53.254Z] Sending build context to Docker daemon 2.121MB [2020-08-27T11:15:53.254Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-27T11:15:53.254Z] Step 2/7 : FROM ${BASE} [2020-08-27T11:15:53.526Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-27T11:15:53.526Z] b538f80385f9: Pulling fs layer [2020-08-27T11:15:53.526Z] 74f711af9a0d: Pulling fs layer [2020-08-27T11:15:53.526Z] 99f96fe45779: Pulling fs layer [2020-08-27T11:15:53.526Z] fd7a069fd194: Pulling fs layer [2020-08-27T11:15:53.526Z] 66aa3694b03b: Pulling fs layer [2020-08-27T11:15:53.526Z] 170f70906a0f: Pulling fs layer [2020-08-27T11:15:53.526Z] ad7c5574e4b9: Pulling fs layer [2020-08-27T11:15:53.526Z] e772456be8f7: Pulling fs layer [2020-08-27T11:15:53.526Z] c890913d741a: Pulling fs layer [2020-08-27T11:15:53.526Z] 2480fcc9aa5a: Pulling fs layer [2020-08-27T11:15:53.526Z] 09adf4765672: Pulling fs layer [2020-08-27T11:15:53.526Z] ad7c5574e4b9: Waiting [2020-08-27T11:15:53.526Z] e772456be8f7: Waiting [2020-08-27T11:15:53.526Z] c890913d741a: Waiting [2020-08-27T11:15:53.526Z] fd7a069fd194: Waiting [2020-08-27T11:15:53.526Z] 09adf4765672: Waiting [2020-08-27T11:15:53.526Z] 66aa3694b03b: Waiting [2020-08-27T11:15:53.526Z] 170f70906a0f: Waiting [2020-08-27T11:15:53.526Z] 2480fcc9aa5a: Waiting [2020-08-27T11:15:53.526Z] 99f96fe45779: Verifying Checksum [2020-08-27T11:15:53.526Z] 99f96fe45779: Download complete [2020-08-27T11:15:53.803Z] 74f711af9a0d: Download complete [2020-08-27T11:15:53.803Z] 66aa3694b03b: Verifying Checksum [2020-08-27T11:15:53.803Z] 66aa3694b03b: Download complete [2020-08-27T11:15:53.803Z] 170f70906a0f: Verifying Checksum [2020-08-27T11:15:53.803Z] 170f70906a0f: Download complete [2020-08-27T11:15:53.803Z] b538f80385f9: Download complete [2020-08-27T11:15:54.794Z] b538f80385f9: Pull complete [2020-08-27T11:15:55.065Z] 74f711af9a0d: Pull complete [2020-08-27T11:15:55.662Z] 99f96fe45779: Pull complete [2020-08-27T11:15:56.638Z] ad7c5574e4b9: Verifying Checksum [2020-08-27T11:15:56.638Z] ad7c5574e4b9: Download complete [2020-08-27T11:15:56.638Z] c890913d741a: Download complete [2020-08-27T11:15:58.613Z] 2480fcc9aa5a: Verifying Checksum [2020-08-27T11:15:58.613Z] 2480fcc9aa5a: Download complete [2020-08-27T11:15:58.613Z] 09adf4765672: Download complete [2020-08-27T11:15:58.884Z] e772456be8f7: Verifying Checksum [2020-08-27T11:15:58.884Z] e772456be8f7: Download complete [2020-08-27T11:15:59.480Z] fd7a069fd194: Verifying Checksum [2020-08-27T11:15:59.480Z] fd7a069fd194: Download complete [2020-08-27T11:16:11.863Z] fd7a069fd194: Pull complete [2020-08-27T11:16:11.863Z] 66aa3694b03b: Pull complete [2020-08-27T11:16:11.863Z] 170f70906a0f: Pull complete [2020-08-27T11:16:14.497Z] ad7c5574e4b9: Pull complete [2020-08-27T11:16:19.899Z] e772456be8f7: Pull complete [2020-08-27T11:16:19.899Z] c890913d741a: Pull complete [2020-08-27T11:16:21.897Z] 2480fcc9aa5a: Pull complete [2020-08-27T11:16:22.500Z] 09adf4765672: Pull complete [2020-08-27T11:16:22.500Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-27T11:16:22.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-27T11:16:22.500Z] ---> 2248a725d1cf [2020-08-27T11:16:22.500Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-27T11:16:27.896Z] ---> Running in b6b321db7eec [2020-08-27T11:16:27.896Z] Removing intermediate container b6b321db7eec [2020-08-27T11:16:27.896Z] ---> 5fe5dcb3e65c [2020-08-27T11:16:27.896Z] Step 4/7 : RUN apk add bash [2020-08-27T11:16:27.896Z] ---> Running in b5fa849d21ce [2020-08-27T11:16:29.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T11:16:30.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T11:16:30.897Z] OK: 142 MiB in 39 packages [2020-08-27T11:16:32.331Z] Removing intermediate container b5fa849d21ce [2020-08-27T11:16:32.331Z] ---> cfccefb1382d [2020-08-27T11:16:32.331Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-27T11:16:32.331Z] ---> Running in abf88c0cfcef [2020-08-27T11:16:32.925Z] Removing intermediate container abf88c0cfcef [2020-08-27T11:16:32.925Z] ---> 838b5014a614 [2020-08-27T11:16:32.925Z] Step 6/7 : COPY go.mod . [2020-08-27T11:16:33.519Z] ---> c66bcb34265a [2020-08-27T11:16:33.519Z] Step 7/7 : RUN go mod download [2020-08-27T11:16:33.519Z] ---> Running in 175b3a8749f8 [2020-08-27T11:16:41.801Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-27T11:16:41.801Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-27T11:16:41.801Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-27T11:16:41.801Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-27T11:16:41.801Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-27T11:16:41.801Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-27T11:16:41.801Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-27T11:16:41.801Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-27T11:16:41.801Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-27T11:16:41.801Z] go: finding github.com/google/uuid v1.1.0 [2020-08-27T11:16:41.801Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-27T11:16:42.070Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-27T11:16:42.071Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-27T11:16:42.071Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-27T11:16:42.071Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-27T11:16:42.071Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-27T11:16:42.071Z] go: finding golang.org/x/text v0.3.2 [2020-08-27T11:16:42.071Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-27T11:16:42.340Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-27T11:16:42.340Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-27T11:16:54.729Z] Removing intermediate container 175b3a8749f8 [2020-08-27T11:16:54.729Z] ---> 2cf329d1b711 [2020-08-27T11:16:54.729Z] Successfully built 2cf329d1b711 [2020-08-27T11:16:54.729Z] 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-27T11:17:23.552Z] Running on prd-centos7-docker-4c-2g-469 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-08-27T11:17:23.657Z] Running in /w/workspace/go-mod-core-contracts/38 [Pipeline] { [Pipeline] checkout [2020-08-27T11:17:33.503Z] using credential edgex-jenkins-ssh [2020-08-27T11:17:33.832Z] Cloning the remote Git repository [2020-08-27T11:17:33.832Z] Cloning with configured refspecs honoured and without tags [2020-08-27T11:17:33.923Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-27T11:17:34.072Z] > git init /w/workspace/go-mod-core-contracts/38 # timeout=10 [2020-08-27T11:17:34.207Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-27T11:17:34.208Z] > git --version # timeout=10 [2020-08-27T11:17:34.230Z] > git --version # 'git version 2.16.5' [2020-08-27T11:17:34.231Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T11:17:34.308Z] > 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-27T11:17:35.243Z] Fetching without tags [2020-08-27T11:17:35.771Z] Checking out Revision 526dc5f10a42b0a0548c6493116ed2250912fbb9 (master) [2020-08-27T11:17:35.138Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-27T11:17:35.165Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T11:17:35.217Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-27T11:17:35.257Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-27T11:17:35.257Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T11:17:35.270Z] > 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-27T11:17:35.790Z] > git config core.sparsecheckout # timeout=10 [2020-08-27T11:17:35.809Z] > git checkout -f 526dc5f10a42b0a0548c6493116ed2250912fbb9 # timeout=10 [2020-08-27T11:17:40.707Z] Commit message: "Merge pull request #273 from difince/issue_272" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-27T11:17:42.321Z] ========================================================= [2020-08-27T11:17:42.322Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-27T11:17:42.322Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-27T11:17:43.406Z] + 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-27T11:17:45.312Z] Sending build context to Docker daemon 2.121MB [2020-08-27T11:17:45.312Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-27T11:17:45.312Z] Step 2/7 : FROM ${BASE} [2020-08-27T11:17:45.312Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-27T11:17:45.312Z] df20fa9351a1: Pulling fs layer [2020-08-27T11:17:45.312Z] ed8968b2872e: Pulling fs layer [2020-08-27T11:17:45.312Z] a92cc7c5fd73: Pulling fs layer [2020-08-27T11:17:45.312Z] 2dd03ba5bac4: Pulling fs layer [2020-08-27T11:17:45.312Z] 1e091d79d1de: Pulling fs layer [2020-08-27T11:17:45.312Z] 481702a1767f: Pulling fs layer [2020-08-27T11:17:45.312Z] f64a6f60c768: Pulling fs layer [2020-08-27T11:17:45.312Z] e78d2573fc39: Pulling fs layer [2020-08-27T11:17:45.312Z] e876d2f968b6: Pulling fs layer [2020-08-27T11:17:45.312Z] ce8a83651883: Pulling fs layer [2020-08-27T11:17:45.312Z] 07967f4d0e4b: Pulling fs layer [2020-08-27T11:17:45.312Z] 2dd03ba5bac4: Waiting [2020-08-27T11:17:45.312Z] 1e091d79d1de: Waiting [2020-08-27T11:17:45.312Z] 481702a1767f: Waiting [2020-08-27T11:17:45.312Z] f64a6f60c768: Waiting [2020-08-27T11:17:45.312Z] e78d2573fc39: Waiting [2020-08-27T11:17:45.312Z] e876d2f968b6: Waiting [2020-08-27T11:17:45.312Z] ce8a83651883: Waiting [2020-08-27T11:17:45.312Z] 07967f4d0e4b: Waiting [2020-08-27T11:17:46.238Z] a92cc7c5fd73: Verifying Checksum [2020-08-27T11:17:46.238Z] a92cc7c5fd73: Download complete [2020-08-27T11:17:46.238Z] ed8968b2872e: Verifying Checksum [2020-08-27T11:17:46.238Z] ed8968b2872e: Download complete [2020-08-27T11:17:47.075Z] 1e091d79d1de: Verifying Checksum [2020-08-27T11:17:47.075Z] 1e091d79d1de: Download complete [2020-08-27T11:17:47.075Z] 481702a1767f: Verifying Checksum [2020-08-27T11:17:47.075Z] 481702a1767f: Download complete [2020-08-27T11:17:47.075Z] df20fa9351a1: Verifying Checksum [2020-08-27T11:17:47.075Z] df20fa9351a1: Download complete [2020-08-27T11:17:48.101Z] df20fa9351a1: Pull complete [2020-08-27T11:17:48.102Z] ed8968b2872e: Pull complete [2020-08-27T11:17:48.419Z] a92cc7c5fd73: Pull complete [2020-08-27T11:17:52.101Z] f64a6f60c768: Verifying Checksum [2020-08-27T11:17:52.101Z] f64a6f60c768: Download complete [2020-08-27T11:17:52.101Z] e876d2f968b6: Verifying Checksum [2020-08-27T11:17:52.101Z] e876d2f968b6: Download complete [2020-08-27T11:17:54.460Z] 2dd03ba5bac4: Verifying Checksum [2020-08-27T11:17:54.460Z] 2dd03ba5bac4: Download complete [2020-08-27T11:17:54.460Z] 07967f4d0e4b: Verifying Checksum [2020-08-27T11:17:54.460Z] 07967f4d0e4b: Download complete [2020-08-27T11:17:54.753Z] e78d2573fc39: Verifying Checksum [2020-08-27T11:17:54.753Z] e78d2573fc39: Download complete [2020-08-27T11:17:54.753Z] ce8a83651883: Verifying Checksum [2020-08-27T11:17:54.753Z] ce8a83651883: Download complete [2020-08-27T11:18:10.425Z] 2dd03ba5bac4: Pull complete [2020-08-27T11:18:10.425Z] 1e091d79d1de: Pull complete [2020-08-27T11:18:10.425Z] 481702a1767f: Pull complete [2020-08-27T11:18:15.164Z] f64a6f60c768: Pull complete [2020-08-27T11:18:23.704Z] e78d2573fc39: Pull complete [2020-08-27T11:18:23.704Z] e876d2f968b6: Pull complete [2020-08-27T11:18:26.540Z] ce8a83651883: Pull complete [2020-08-27T11:18:26.540Z] 07967f4d0e4b: Pull complete [2020-08-27T11:18:26.973Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-27T11:18:26.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-27T11:18:26.973Z] ---> 5d7c900382c6 [2020-08-27T11:18:26.973Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-27T11:18:28.048Z] ---> Running in 27f9584e8105 [2020-08-27T11:18:28.325Z] Removing intermediate container 27f9584e8105 [2020-08-27T11:18:28.325Z] ---> 9035919f7aac [2020-08-27T11:18:28.325Z] Step 4/7 : RUN apk add bash [2020-08-27T11:18:28.615Z] ---> Running in 1075481f53c0 [2020-08-27T11:18:30.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T11:18:30.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T11:18:31.447Z] OK: 166 MiB in 39 packages [2020-08-27T11:18:32.665Z] Removing intermediate container 1075481f53c0 [2020-08-27T11:18:32.665Z] ---> 12321b75f233 [2020-08-27T11:18:32.665Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-27T11:18:32.665Z] ---> Running in 3c7383efc395 [2020-08-27T11:18:32.953Z] Removing intermediate container 3c7383efc395 [2020-08-27T11:18:32.953Z] ---> 00c33cf152db [2020-08-27T11:18:32.953Z] Step 6/7 : COPY go.mod . [2020-08-27T11:18:33.255Z] ---> 61d8cfb03d28 [2020-08-27T11:18:33.255Z] Step 7/7 : RUN go mod download [2020-08-27T11:18:33.649Z] ---> Running in c250853a13a0 [2020-08-27T11:18:37.151Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-27T11:18:37.151Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-27T11:18:37.151Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-27T11:18:37.151Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-27T11:18:37.152Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-27T11:18:37.152Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-27T11:18:37.152Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-27T11:18:37.152Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-27T11:18:37.152Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-27T11:18:37.152Z] go: finding github.com/google/uuid v1.1.0 [2020-08-27T11:18:37.152Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-27T11:18:37.427Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-27T11:18:37.428Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-27T11:18:37.428Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-27T11:18:37.428Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-27T11:18:37.716Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-27T11:18:37.716Z] go: finding golang.org/x/text v0.3.2 [2020-08-27T11:18:37.716Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-27T11:18:37.716Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-27T11:18:37.716Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-27T11:18:53.651Z] Removing intermediate container c250853a13a0 [2020-08-27T11:18:53.651Z] ---> 86a3467a2493 [2020-08-27T11:18:53.651Z] Successfully built 86a3467a2493 [2020-08-27T11:18:53.651Z] 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-27T11:18:56.047Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-27T11:18:56.049Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-27T11:18:56.101Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T11:18:56.504Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-27T11:18:56.504Z] [2020-08-27T11:18:56.504Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-27T11:18:57.146Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-27T11:18:57.498Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-27T11:18:57.498Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-27T11:18:57.498Z] 408f87550127: Pulling fs layer [2020-08-27T11:18:57.498Z] fe522b08c979: Pulling fs layer [2020-08-27T11:18:57.498Z] 221eaa008020: Pulling fs layer [2020-08-27T11:18:57.498Z] 2a4607e5d6b9: Pulling fs layer [2020-08-27T11:18:57.498Z] 8f79b27c4fd2: Pulling fs layer [2020-08-27T11:18:57.498Z] e5c8dbe1645b: Pulling fs layer [2020-08-27T11:18:57.498Z] 23e8b3b47431: Pulling fs layer [2020-08-27T11:18:57.498Z] 5c568d65a230: Pulling fs layer [2020-08-27T11:18:57.498Z] 2a4607e5d6b9: Waiting [2020-08-27T11:18:57.498Z] 8f79b27c4fd2: Waiting [2020-08-27T11:18:57.498Z] e5c8dbe1645b: Waiting [2020-08-27T11:18:57.498Z] 23e8b3b47431: Waiting [2020-08-27T11:18:57.498Z] 5c568d65a230: Waiting [2020-08-27T11:18:57.498Z] 221eaa008020: Waiting [2020-08-27T11:18:57.498Z] fe522b08c979: Verifying Checksum [2020-08-27T11:18:57.498Z] fe522b08c979: Download complete [2020-08-27T11:18:57.498Z] 408f87550127: Verifying Checksum [2020-08-27T11:18:57.498Z] 408f87550127: Download complete [2020-08-27T11:18:57.498Z] 2a4607e5d6b9: Verifying Checksum [2020-08-27T11:18:57.498Z] 2a4607e5d6b9: Download complete [2020-08-27T11:18:57.845Z] 8f79b27c4fd2: Verifying Checksum [2020-08-27T11:18:57.845Z] 8f79b27c4fd2: Download complete [2020-08-27T11:18:57.845Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-27T11:18:57.845Z] cbdbe7a5bc2a: Download complete [2020-08-27T11:18:59.262Z] cbdbe7a5bc2a: Pull complete [2020-08-27T11:18:59.608Z] 408f87550127: Pull complete [2020-08-27T11:19:00.162Z] fe522b08c979: Pull complete [2020-08-27T11:19:00.162Z] e5c8dbe1645b: Verifying Checksum [2020-08-27T11:19:00.162Z] e5c8dbe1645b: Download complete [2020-08-27T11:19:04.379Z] 23e8b3b47431: Verifying Checksum [2020-08-27T11:19:04.379Z] 23e8b3b47431: Download complete [2020-08-27T11:19:05.522Z] 5c568d65a230: Verifying Checksum [2020-08-27T11:19:05.522Z] 5c568d65a230: Download complete [2020-08-27T11:19:07.048Z] 221eaa008020: Verifying Checksum [2020-08-27T11:19:07.048Z] 221eaa008020: Download complete [2020-08-27T11:19:23.048Z] 221eaa008020: Pull complete [2020-08-27T11:19:23.048Z] 2a4607e5d6b9: Pull complete [2020-08-27T11:19:23.356Z] 8f79b27c4fd2: Pull complete [2020-08-27T11:19:26.260Z] e5c8dbe1645b: Pull complete [2020-08-27T11:19:30.048Z] 23e8b3b47431: Pull complete [2020-08-27T11:19:33.628Z] 5c568d65a230: Pull complete [2020-08-27T11:19:33.628Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-27T11:19:33.628Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-27T11:19:33.628Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-27T11:19:34.080Z] prd-centos7-docker-4c-2g-467 does not seem to be running inside a container [2020-08-27T11:19:34.261Z] $ 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-27T11:19:36.848Z] $ docker top 037b3b32709f46daa7a5da0dbd5d82732019582ca35acd0380ff2ebe3f2ed796 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T11:19:37.791Z] + snyk monitor '--org=edgex-jenkins' [2020-08-27T11:19:50.646Z] [2020-08-27T11:19:50.646Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-08-27T11:19:50.646Z] [2020-08-27T11:19:50.646Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/744c9d57-988e-4705-986f-cee8307d4c81 [2020-08-27T11:19:50.646Z] [2020-08-27T11:19:50.646Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-27T11:19:50.646Z] [2020-08-27T11:19:50.646Z] [2020-08-27T11:19:50.646Z] Snyk CLI supports Node.js 8 and higher. [2020-08-27T11:19:50.646Z] 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-27T11:19:50.646Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-27T11:19:50.646Z] [2020-08-27T11:19:50.646Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-27T11:19:50.646Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-08-27T11:19:50.646Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-08-27T11:19:50.646Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-08-27T11:19:50.700Z] $ docker stop --time=1 037b3b32709f46daa7a5da0dbd5d82732019582ca35acd0380ff2ebe3f2ed796 [2020-08-27T11:19:54.286Z] $ docker rm -f 037b3b32709f46daa7a5da0dbd5d82732019582ca35acd0380ff2ebe3f2ed796 [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-27T11:19:56.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T11:19:56.387Z] . [Pipeline] withDockerContainer [2020-08-27T11:19:56.571Z] prd-centos7-docker-4c-2g-467 does not seem to be running inside a container [2020-08-27T11:19:56.671Z] $ 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-27T11:19:58.979Z] $ docker top 93c3ebe95185bb4eb2335cf04b5378a14f2cad64e80879789c847702f7517de3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-27T11:19:59.347Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T11:19:59.347Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T11:20:00.212Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T11:20:00.219Z] $ docker exec 93c3ebe95185bb4eb2335cf04b5378a14f2cad64e80879789c847702f7517de3 ssh-agent [2020-08-27T11:20:00.673Z] SSH_AUTH_SOCK=/tmp/ssh-Gef3PV0Ql7dx/agent.11 [2020-08-27T11:20:00.673Z] SSH_AGENT_PID=16 [2020-08-27T11:20:00.687Z] Running ssh-add (command line suppressed) [2020-08-27T11:20:00.947Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5341438957972038264.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5341438957972038264.key) [2020-08-27T11:20:01.140Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T11:20:01.908Z] + git semver tag [2020-08-27T11:20:01.908Z] # -> Open(): unable to determine branch for HEAD [2020-08-27T11:20:01.908Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-27T11:20:01.908Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-27T11:20:01.908Z] # $SEMVER_REMOTE_NAME = origin [2020-08-27T11:20:01.908Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-27T11:20:01.908Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-27T11:20:01.908Z] # $SEMVER_BRANCH = master [2020-08-27T11:20:01.908Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-08-27T11:20:01.908Z] # 526dc5f10a42b0a0548c6493116ed2250912fbb9 HEAD [2020-08-27T11:20:01.908Z] # -> Force: false [2020-08-27T11:20:02.178Z] # 695c9baf5349031b3e2b516b10b10c0fddbc6d90 refs/tags/v0.1.73 [Pipeline] } [2020-08-27T11:20:02.203Z] $ docker exec --env ******** --env ******** 93c3ebe95185bb4eb2335cf04b5378a14f2cad64e80879789c847702f7517de3 ssh-agent -k [2020-08-27T11:20:02.628Z] unset SSH_AUTH_SOCK; [2020-08-27T11:20:02.631Z] unset SSH_AGENT_PID; [2020-08-27T11:20:02.631Z] echo Agent pid 16 killed; [2020-08-27T11:20:02.723Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-27T11:20:03.607Z] + git semver [Pipeline] } [2020-08-27T11:20:03.643Z] $ docker stop --time=1 93c3ebe95185bb4eb2335cf04b5378a14f2cad64e80879789c847702f7517de3 [2020-08-27T11:20:05.516Z] $ docker rm -f 93c3ebe95185bb4eb2335cf04b5378a14f2cad64e80879789c847702f7517de3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-27T11:20:06.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-27T11:20:06.329Z] [2020-08-27T11:20:06.329Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-27T11:20:06.742Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-27T11:20:06.742Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-27T11:20:06.742Z] ab5ef0e58194: Pulling fs layer [2020-08-27T11:20:06.742Z] 9712f1f96733: Pulling fs layer [2020-08-27T11:20:06.742Z] 63f879dbbcfc: Pulling fs layer [2020-08-27T11:20:06.742Z] 0d9ebad4ef96: Pulling fs layer [2020-08-27T11:20:06.742Z] e9a5061849ea: Pulling fs layer [2020-08-27T11:20:06.742Z] d747dcd14b5f: Pulling fs layer [2020-08-27T11:20:06.742Z] 2de7ff778b66: Pulling fs layer [2020-08-27T11:20:06.742Z] 0d9ebad4ef96: Waiting [2020-08-27T11:20:06.742Z] e9a5061849ea: Waiting [2020-08-27T11:20:06.742Z] d747dcd14b5f: Waiting [2020-08-27T11:20:06.742Z] 2de7ff778b66: Waiting [2020-08-27T11:20:07.021Z] 9712f1f96733: Verifying Checksum [2020-08-27T11:20:07.021Z] 9712f1f96733: Download complete [2020-08-27T11:20:08.683Z] 63f879dbbcfc: Verifying Checksum [2020-08-27T11:20:08.683Z] 63f879dbbcfc: Download complete [2020-08-27T11:20:08.979Z] e9a5061849ea: Verifying Checksum [2020-08-27T11:20:08.980Z] e9a5061849ea: Download complete [2020-08-27T11:20:08.980Z] d747dcd14b5f: Verifying Checksum [2020-08-27T11:20:08.980Z] d747dcd14b5f: Download complete [2020-08-27T11:20:09.420Z] 0d9ebad4ef96: Verifying Checksum [2020-08-27T11:20:09.420Z] 0d9ebad4ef96: Download complete [2020-08-27T11:20:09.856Z] ab5ef0e58194: Verifying Checksum [2020-08-27T11:20:09.857Z] ab5ef0e58194: Download complete [2020-08-27T11:20:10.325Z] 2de7ff778b66: Verifying Checksum [2020-08-27T11:20:10.325Z] 2de7ff778b66: Download complete [2020-08-27T11:20:21.163Z] ab5ef0e58194: Pull complete [2020-08-27T11:20:21.163Z] 9712f1f96733: Pull complete [2020-08-27T11:20:23.900Z] 63f879dbbcfc: Pull complete [2020-08-27T11:20:39.555Z] 0d9ebad4ef96: Pull complete [2020-08-27T11:20:40.992Z] e9a5061849ea: Pull complete [2020-08-27T11:20:41.264Z] d747dcd14b5f: Pull complete [2020-08-27T11:20:43.999Z] 2de7ff778b66: Pull complete [2020-08-27T11:20:44.270Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-27T11:20:44.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-27T11:20:44.270Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-27T11:20:44.567Z] prd-centos7-docker-4c-2g-467 does not seem to be running inside a container [2020-08-27T11:20:44.646Z] $ 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-27T11:20:48.032Z] $ docker top be7a7448e967c1b3010039ae603fa8b745eb0e1d164bad838e9c7b1f08964321 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-27T11:20:48.351Z] provisioning config files... [2020-08-27T11:20:48.383Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7100528185175554160tmp [2020-08-27T11:20:48.490Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3783611834407044590tmp [2020-08-27T11:20:48.612Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config668847709367408675tmp [Pipeline] { [Pipeline] echo [2020-08-27T11:20:48.681Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T11:20:49.073Z] ---> sigul-configuration.sh [2020-08-27T11:20:49.343Z] gpg: directory `/root/.gnupg' created [2020-08-27T11:20:49.344Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-27T11:20:49.344Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-27T11:20:49.344Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-27T11:20:49.344Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-27T11:20:49.344Z] gpg: CAST5 encrypted data [2020-08-27T11:20:49.344Z] gpg: encrypted with 1 passphrase [2020-08-27T11:20:49.344Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-27T11:20:49.940Z] + mkdir /home/jenkins [2020-08-27T11:20:49.940Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-27T11:20:50.353Z] + 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-27T11:20:50.365Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T11:20:50.748Z] ---> sigul-install.sh [2020-08-27T11:20:59.231Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-27T11:20:59.920Z] + git tag --list [2020-08-27T11:20:59.920Z] v0.1.73 [Pipeline] sh [2020-08-27T11:21:00.693Z] + lftools sign git-tag v0.1.73 [2020-08-27T11:21:02.141Z] Signing Git tag with Sigul... [2020-08-27T11:21:02.141Z] Signing v0.1.73 [2020-08-27T11:21:03.604Z] Error: Authentication failed [Pipeline] echo [2020-08-27T11:21:03.624Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T11:21:04.631Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-27T11:21:04.643Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-27T11:21:04.746Z] $ docker stop --time=1 be7a7448e967c1b3010039ae603fa8b745eb0e1d164bad838e9c7b1f08964321 [2020-08-27T11:21:07.213Z] $ docker rm -f be7a7448e967c1b3010039ae603fa8b745eb0e1d164bad838e9c7b1f08964321 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-27T11:21:09.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T11:21:09.635Z] . [Pipeline] withDockerContainer [2020-08-27T11:21:10.460Z] prd-centos7-docker-4c-2g-467 does not seem to be running inside a container [2020-08-27T11:21:10.626Z] $ 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-27T11:21:12.115Z] $ docker top 5c2ad1f19695f7738ee866a89c362ed2be6d6d2d079d7656f151fcd63edf244b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-27T11:21:12.635Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T11:21:12.635Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T11:21:13.245Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T11:21:13.260Z] $ docker exec 5c2ad1f19695f7738ee866a89c362ed2be6d6d2d079d7656f151fcd63edf244b ssh-agent [2020-08-27T11:21:13.866Z] SSH_AUTH_SOCK=/tmp/ssh-eoFbdO9vbvTQ/agent.11 [2020-08-27T11:21:13.866Z] SSH_AGENT_PID=16 [2020-08-27T11:21:13.880Z] Running ssh-add (command line suppressed) [2020-08-27T11:21:14.362Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6875957446562791894.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6875957446562791894.key) [2020-08-27T11:21:14.486Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T11:21:14.894Z] + git semver bump patch [2020-08-27T11:21:15.192Z] # -> Open(): unable to determine branch for HEAD [2020-08-27T11:21:15.192Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-27T11:21:15.192Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-27T11:21:15.192Z] # $SEMVER_REMOTE_NAME = origin [2020-08-27T11:21:15.192Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-27T11:21:15.192Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-27T11:21:15.192Z] # $SEMVER_BRANCH = master [2020-08-27T11:21:15.192Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-08-27T11:21:15.192Z] 0.1.74 [Pipeline] } [2020-08-27T11:21:15.231Z] $ docker exec --env ******** --env ******** 5c2ad1f19695f7738ee866a89c362ed2be6d6d2d079d7656f151fcd63edf244b ssh-agent -k [2020-08-27T11:21:15.424Z] unset SSH_AUTH_SOCK; [2020-08-27T11:21:15.424Z] unset SSH_AGENT_PID; [2020-08-27T11:21:15.424Z] echo Agent pid 16 killed; [2020-08-27T11:21:15.505Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-27T11:21:16.027Z] + git semver [Pipeline] } [2020-08-27T11:21:16.091Z] $ docker stop --time=1 5c2ad1f19695f7738ee866a89c362ed2be6d6d2d079d7656f151fcd63edf244b [2020-08-27T11:21:17.744Z] $ docker rm -f 5c2ad1f19695f7738ee866a89c362ed2be6d6d2d079d7656f151fcd63edf244b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T11:21:18.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T11:21:18.384Z] . [Pipeline] withDockerContainer [2020-08-27T11:21:18.645Z] prd-centos7-docker-4c-2g-467 does not seem to be running inside a container [2020-08-27T11:21:18.712Z] $ 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-27T11:21:19.976Z] $ docker top 29a5b5d4bd7c8731c22ec962fdb8b4df9200924631e284df28d42a96ba43a37b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-27T11:21:20.495Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T11:21:20.495Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T11:21:21.154Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T11:21:21.165Z] $ docker exec 29a5b5d4bd7c8731c22ec962fdb8b4df9200924631e284df28d42a96ba43a37b ssh-agent [2020-08-27T11:21:21.993Z] SSH_AUTH_SOCK=/tmp/ssh-XIs26GSSe8pB/agent.11 [2020-08-27T11:21:21.993Z] SSH_AGENT_PID=16 [2020-08-27T11:21:22.074Z] Running ssh-add (command line suppressed) [2020-08-27T11:21:22.800Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6659412244352277051.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6659412244352277051.key) [2020-08-27T11:21:22.976Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T11:21:23.794Z] + git semver push [2020-08-27T11:21:23.794Z] # -> Open(): unable to determine branch for HEAD [2020-08-27T11:21:23.794Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-27T11:21:23.794Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-27T11:21:23.794Z] # $SEMVER_REMOTE_NAME = origin [2020-08-27T11:21:23.794Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-27T11:21:23.794Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-27T11:21:23.795Z] # $SEMVER_BRANCH = master [2020-08-27T11:21:23.795Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-08-27T11:21:32.246Z] $ docker exec --env ******** --env ******** 29a5b5d4bd7c8731c22ec962fdb8b4df9200924631e284df28d42a96ba43a37b ssh-agent -k [2020-08-27T11:21:32.748Z] unset SSH_AUTH_SOCK; [2020-08-27T11:21:32.750Z] unset SSH_AGENT_PID; [2020-08-27T11:21:32.750Z] echo Agent pid 16 killed; [2020-08-27T11:21:32.974Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-27T11:21:33.867Z] + git semver [Pipeline] } [2020-08-27T11:21:33.889Z] $ docker stop --time=1 29a5b5d4bd7c8731c22ec962fdb8b4df9200924631e284df28d42a96ba43a37b [2020-08-27T11:21:35.543Z] $ docker rm -f 29a5b5d4bd7c8731c22ec962fdb8b4df9200924631e284df28d42a96ba43a37b [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-27T11:21:38.335Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T11:21:39.088Z] ---> package-listing.sh [2020-08-27T11:21:39.088Z] ++ facter osfamily [2020-08-27T11:21:39.088Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-27T11:21:39.088Z] + OS_FAMILY=redhat [2020-08-27T11:21:39.088Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-08-27T11:21:39.088Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-27T11:21:39.088Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-27T11:21:39.088Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-27T11:21:39.088Z] + PACKAGES=/tmp/packages_start.txt [2020-08-27T11:21:39.088Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-08-27T11:21:39.088Z] + PACKAGES=/tmp/packages_end.txt [2020-08-27T11:21:39.088Z] + case "${OS_FAMILY}" in [2020-08-27T11:21:39.088Z] + rpm -qa [2020-08-27T11:21:39.088Z] + sort [2020-08-27T11:21:44.589Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-27T11:21:44.589Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-27T11:21:44.589Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-27T11:21:44.589Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-08-27T11:21:44.589Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-08-27T11:21:44.589Z] + 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-27T11:21:45.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T11:21:45.524Z] [2020-08-27T11:21:45.524Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-27T11:21:45.966Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T11:21:45.966Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-27T11:21:45.966Z] c9b1b535fdd9: Pulling fs layer [2020-08-27T11:21:45.966Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-27T11:21:45.966Z] 756a868c4378: Pulling fs layer [2020-08-27T11:21:45.966Z] 444b2fc9a129: Pulling fs layer [2020-08-27T11:21:45.966Z] ea15f1150254: Pulling fs layer [2020-08-27T11:21:45.966Z] 41b27a9f41bf: Pulling fs layer [2020-08-27T11:21:45.966Z] 28c525ee5125: Pulling fs layer [2020-08-27T11:21:45.966Z] 094b1ea09ed8: Pulling fs layer [2020-08-27T11:21:45.966Z] 138eaada9080: Pulling fs layer [2020-08-27T11:21:45.966Z] 0622d0fa9048: Pulling fs layer [2020-08-27T11:21:45.966Z] 41b27a9f41bf: Waiting [2020-08-27T11:21:45.966Z] 444b2fc9a129: Waiting [2020-08-27T11:21:45.966Z] ea15f1150254: Waiting [2020-08-27T11:21:45.966Z] 28c525ee5125: Waiting [2020-08-27T11:21:45.966Z] 094b1ea09ed8: Waiting [2020-08-27T11:21:45.966Z] 138eaada9080: Waiting [2020-08-27T11:21:45.966Z] 0622d0fa9048: Waiting [2020-08-27T11:21:45.966Z] 2cc5ad85d9ab: Download complete [2020-08-27T11:21:46.338Z] 444b2fc9a129: Verifying Checksum [2020-08-27T11:21:46.338Z] 444b2fc9a129: Download complete [2020-08-27T11:21:46.652Z] c9b1b535fdd9: Verifying Checksum [2020-08-27T11:21:46.652Z] c9b1b535fdd9: Download complete [2020-08-27T11:21:46.652Z] ea15f1150254: Verifying Checksum [2020-08-27T11:21:46.652Z] ea15f1150254: Download complete [2020-08-27T11:21:47.052Z] 28c525ee5125: Verifying Checksum [2020-08-27T11:21:47.052Z] 28c525ee5125: Download complete [2020-08-27T11:21:47.438Z] c9b1b535fdd9: Pull complete [2020-08-27T11:21:47.861Z] 2cc5ad85d9ab: Pull complete [2020-08-27T11:21:48.294Z] 756a868c4378: Verifying Checksum [2020-08-27T11:21:48.294Z] 756a868c4378: Download complete [2020-08-27T11:21:50.303Z] 138eaada9080: Verifying Checksum [2020-08-27T11:21:50.303Z] 138eaada9080: Download complete [2020-08-27T11:21:50.688Z] 094b1ea09ed8: Verifying Checksum [2020-08-27T11:21:50.688Z] 094b1ea09ed8: Download complete [2020-08-27T11:21:51.076Z] 0622d0fa9048: Verifying Checksum [2020-08-27T11:21:51.076Z] 0622d0fa9048: Download complete [2020-08-27T11:21:51.721Z] 41b27a9f41bf: Verifying Checksum [2020-08-27T11:21:51.721Z] 41b27a9f41bf: Download complete [2020-08-27T11:21:55.504Z] 756a868c4378: Pull complete [2020-08-27T11:21:55.504Z] 444b2fc9a129: Pull complete [2020-08-27T11:21:56.107Z] ea15f1150254: Pull complete [2020-08-27T11:22:05.128Z] 41b27a9f41bf: Pull complete [2020-08-27T11:22:05.413Z] 28c525ee5125: Pull complete [2020-08-27T11:22:12.407Z] 094b1ea09ed8: Pull complete [2020-08-27T11:22:12.407Z] 138eaada9080: Pull complete [2020-08-27T11:22:12.689Z] 0622d0fa9048: Pull complete [2020-08-27T11:22:12.689Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-27T11:22:12.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T11:22:12.689Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-27T11:22:13.371Z] prd-centos7-docker-4c-2g-467 does not seem to be running inside a container [2020-08-27T11:22:13.526Z] $ 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-27T11:22:17.150Z] $ docker top 80001d7a84786d59468c4675bcee9cf4e960f683f68b74e4ee0f5b6d2581e3b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-27T11:22:17.554Z] provisioning config files... [2020-08-27T11:22:17.579Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6339632335645523897tmp [Pipeline] { [Pipeline] echo [2020-08-27T11:22:17.653Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T11:22:18.412Z] ---> create-netrc.sh [Pipeline] echo [2020-08-27T11:22:18.429Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T11:22:18.770Z] ---> logs-deploy.sh [2020-08-27T11:22:18.770Z] + ARCHIVE_ARTIFACTS= [2020-08-27T11:22:18.770Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-27T11:22:18.770Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-27T11:22:18.770Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-27T11:22:18.770Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/38 [2020-08-27T11:22:18.770Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/38/ [2020-08-27T11:22:18.770Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/38 /w/workspace/dry_go-mod-core-contracts_master [2020-08-27T11:22:21.620Z] Archives upload complete. [2020-08-27T11:22:21.620Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/38 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/38/ [2020-08-27T11:22:22.626Z] ---> uname -a: [2020-08-27T11:22:22.626Z] Linux 80001d7a8478 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] ---> lscpu: [2020-08-27T11:22:22.626Z] Architecture: x86_64 [2020-08-27T11:22:22.626Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-27T11:22:22.626Z] Byte Order: Little Endian [2020-08-27T11:22:22.626Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-27T11:22:22.626Z] CPU(s): 4 [2020-08-27T11:22:22.626Z] On-line CPU(s) list: 0-3 [2020-08-27T11:22:22.626Z] Thread(s) per core: 1 [2020-08-27T11:22:22.626Z] Core(s) per socket: 1 [2020-08-27T11:22:22.626Z] Socket(s): 4 [2020-08-27T11:22:22.626Z] NUMA node(s): 1 [2020-08-27T11:22:22.626Z] Vendor ID: GenuineIntel [2020-08-27T11:22:22.626Z] CPU family: 6 [2020-08-27T11:22:22.626Z] Model: 44 [2020-08-27T11:22:22.626Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-27T11:22:22.626Z] Stepping: 1 [2020-08-27T11:22:22.626Z] CPU MHz: 2933.438 [2020-08-27T11:22:22.626Z] BogoMIPS: 5866.87 [2020-08-27T11:22:22.626Z] Virtualization: VT-x [2020-08-27T11:22:22.626Z] Hypervisor vendor: KVM [2020-08-27T11:22:22.626Z] Virtualization type: full [2020-08-27T11:22:22.626Z] L1d cache: 128 KiB [2020-08-27T11:22:22.626Z] L1i cache: 128 KiB [2020-08-27T11:22:22.626Z] L2 cache: 16 MiB [2020-08-27T11:22:22.626Z] L3 cache: 64 MiB [2020-08-27T11:22:22.626Z] NUMA node0 CPU(s): 0-3 [2020-08-27T11:22:22.626Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-27T11:22:22.626Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-27T11:22:22.626Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-27T11:22:22.626Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-27T11:22:22.626Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-27T11:22:22.626Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-27T11:22:22.626Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-27T11:22:22.626Z] Vulnerability Tsx async abort: Not affected [2020-08-27T11:22:22.626Z] 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-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] ---> nproc: [2020-08-27T11:22:22.626Z] 4 [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] ---> df -h: [2020-08-27T11:22:22.626Z] Filesystem Size Used Available Use% Mounted on [2020-08-27T11:22:22.626Z] overlay 50.0G 8.5G 41.5G 17% / [2020-08-27T11:22:22.626Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-08-27T11:22:22.626Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-08-27T11:22:22.626Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-08-27T11:22:22.626Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-08-27T11:22:22.626Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-08-27T11:22:22.626Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-08-27T11:22:22.626Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2020-08-27T11:22:22.626Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-08-27T11:22:22.626Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] ---> free -m: [2020-08-27T11:22:22.626Z] total used free shared buff/cache available [2020-08-27T11:22:22.626Z] Mem: 1837 801 111 0 924 965 [2020-08-27T11:22:22.626Z] Swap: 1023 3 1020 [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] ---> ip addr: [2020-08-27T11:22:22.626Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-08-27T11:22:22.626Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-08-27T11:22:22.626Z] inet 127.0.0.1/8 scope host lo [2020-08-27T11:22:22.626Z] valid_lft forever preferred_lft forever [2020-08-27T11:22:22.626Z] 16: eth0@if17: mtu 1458 qdisc noqueue state UP [2020-08-27T11:22:22.626Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-08-27T11:22:22.626Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-08-27T11:22:22.626Z] valid_lft forever preferred_lft forever [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] ---> sar -b -r -n DEV: [2020-08-27T11:22:22.626Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/27/20 _x86_64_ (4 CPU) [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] 11:11:38 LINUX RESTART [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] 11:13:01 tps rtps wtps bread/s bwrtn/s [2020-08-27T11:22:22.626Z] 11:14:01 32.39 11.18 21.21 4386.51 2136.90 [2020-08-27T11:22:22.626Z] 11:15:01 1.61 0.00 1.61 0.00 30.83 [2020-08-27T11:22:22.626Z] 11:16:02 0.30 0.00 0.30 0.00 3.49 [2020-08-27T11:22:22.626Z] 11:17:01 0.24 0.00 0.24 0.00 2.87 [2020-08-27T11:22:22.626Z] 11:18:01 0.32 0.00 0.32 0.00 4.40 [2020-08-27T11:22:22.626Z] 11:19:02 2.24 0.18 2.06 106.65 904.13 [2020-08-27T11:22:22.626Z] 11:20:01 257.15 161.29 95.86 7071.31 31899.16 [2020-08-27T11:22:22.626Z] 11:21:01 215.21 76.61 138.60 4034.57 30331.80 [2020-08-27T11:22:22.626Z] 11:22:02 107.08 58.69 48.39 4637.11 13972.18 [2020-08-27T11:22:22.626Z] Average: 68.27 34.05 34.22 2245.18 8782.46 [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] 11:13:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-08-27T11:22:22.626Z] 11:14:01 159440 1722116 91.53 2620 1158820 1162100 39.66 415332 1145288 120 [2020-08-27T11:22:22.626Z] 11:15:01 172340 1709216 90.84 2620 1158824 1073856 36.65 410668 1139116 8 [2020-08-27T11:22:22.626Z] 11:16:02 169668 1711888 90.98 2620 1158856 1074160 36.66 413520 1138544 12 [2020-08-27T11:22:22.626Z] 11:17:01 171164 1710392 90.90 2620 1158832 1073920 36.65 414628 1136052 16 [2020-08-27T11:22:22.626Z] 11:18:01 168860 1712696 91.03 2620 1158840 1074172 36.66 417020 1136052 16 [2020-08-27T11:22:22.626Z] 11:19:02 73364 1808192 96.10 2620 1215656 1281188 43.72 482800 1159216 1808 [2020-08-27T11:22:22.626Z] 11:20:01 148712 1732844 92.10 2620 1066668 1389476 47.42 569636 966396 48 [2020-08-27T11:22:22.626Z] 11:21:01 82740 1798816 95.60 2092 1008444 1297176 44.27 692696 817884 70220 [2020-08-27T11:22:22.626Z] 11:22:02 68640 1812916 96.35 1492 987968 1614204 55.09 709880 814972 53968 [2020-08-27T11:22:22.626Z] Average: 134992 1746564 92.83 2436 1119212 1226695 41.86 502909 1050391 14024 [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] 11:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-08-27T11:22:22.626Z] 11:14:01 eth0 67.00 59.41 450.15 47.34 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:14:01 docker0 4.78 3.35 0.87 10.05 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:15:01 eth0 0.76 0.08 0.06 0.01 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:16:02 eth0 0.78 0.33 0.28 0.20 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:17:01 eth0 0.54 0.08 0.06 0.01 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:18:01 eth0 0.57 0.47 0.39 0.26 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:19:02 eth0 66.66 41.13 1651.47 4.62 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:20:01 veth2be8f57 0.00 0.10 0.00 0.01 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:20:01 eth0 431.07 291.40 5087.04 117.97 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:20:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:20:01 docker0 19.67 18.40 2.11 134.16 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:21:01 eth0 161.04 104.69 3395.29 64.12 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:21:01 veth6cacf46 18.09 30.50 1.14 198.29 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:21:01 docker0 18.09 30.37 0.89 198.28 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:22:02 eth0 131.13 96.44 2337.75 70.10 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] 11:22:02 docker0 2.33 1.86 0.48 0.55 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] Average: eth0 59.22 40.74 1126.57 22.63 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] Average: docker0 4.43 5.60 0.38 36.80 0.00 0.00 0.00 [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] ---> sar -P ALL: [2020-08-27T11:22:22.626Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/27/20 _x86_64_ (4 CPU) [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] 11:11:38 LINUX RESTART [2020-08-27T11:22:22.626Z] [2020-08-27T11:22:22.626Z] 11:13:01 CPU %user %nice %system %iowait %steal %idle [2020-08-27T11:22:22.626Z] 11:14:01 all 2.41 0.00 1.72 0.75 13.55 81.57 [2020-08-27T11:22:22.626Z] 11:14:01 0 2.02 0.00 1.52 1.22 14.59 80.66 [2020-08-27T11:22:22.626Z] 11:14:01 1 2.42 0.00 1.96 0.87 13.38 81.37 [2020-08-27T11:22:22.626Z] 11:14:01 2 2.48 0.00 1.89 0.26 12.67 82.71 [2020-08-27T11:22:22.626Z] 11:14:01 3 2.73 0.00 1.52 0.67 13.53 81.55 [2020-08-27T11:22:22.626Z] 11:15:01 all 0.07 0.00 0.07 0.00 1.75 98.12 [2020-08-27T11:22:22.626Z] 11:15:01 0 0.13 0.00 0.05 0.00 2.19 97.63 [2020-08-27T11:22:22.626Z] 11:15:01 1 0.02 0.00 0.08 0.00 1.29 98.61 [2020-08-27T11:22:22.626Z] 11:15:01 2 0.00 0.00 0.07 0.00 1.32 98.62 [2020-08-27T11:22:22.626Z] 11:15:01 3 0.08 0.00 0.08 0.00 2.19 97.64 [2020-08-27T11:22:22.626Z] 11:16:02 all 0.07 0.00 0.02 0.00 1.95 97.96 [2020-08-27T11:22:22.626Z] 11:16:02 0 0.16 0.00 0.03 0.00 1.92 97.88 [2020-08-27T11:22:22.626Z] 11:16:02 1 0.03 0.00 0.02 0.00 2.73 97.22 [2020-08-27T11:22:22.626Z] 11:16:02 2 0.03 0.00 0.02 0.00 1.82 98.13 [2020-08-27T11:22:22.626Z] 11:16:02 3 0.05 0.00 0.03 0.00 1.30 98.62 [2020-08-27T11:22:22.626Z] 11:17:01 all 0.05 0.00 0.04 0.00 1.58 98.33 [2020-08-27T11:22:22.626Z] 11:17:01 0 0.07 0.00 0.03 0.00 0.59 99.31 [2020-08-27T11:22:22.626Z] 11:17:01 1 0.02 0.00 0.03 0.00 2.41 97.55 [2020-08-27T11:22:22.626Z] 11:17:01 2 0.10 0.00 0.03 0.00 1.32 98.54 [2020-08-27T11:22:22.626Z] 11:17:01 3 0.03 0.00 0.05 0.00 1.98 97.93 [2020-08-27T11:22:22.626Z] 11:18:01 all 0.06 0.00 0.04 0.00 1.46 98.45 [2020-08-27T11:22:22.626Z] 11:18:01 0 0.02 0.00 0.02 0.00 0.76 99.21 [2020-08-27T11:22:22.626Z] 11:18:01 1 0.16 0.00 0.07 0.00 2.93 96.84 [2020-08-27T11:22:22.626Z] 11:18:01 2 0.03 0.00 0.02 0.00 0.78 99.17 [2020-08-27T11:22:22.626Z] 11:18:01 3 0.02 0.00 0.03 0.00 1.37 98.59 [2020-08-27T11:22:22.626Z] 11:19:02 all 0.96 0.00 0.43 0.03 5.66 92.92 [2020-08-27T11:22:22.626Z] 11:19:02 0 0.48 0.00 0.43 0.00 5.81 93.27 [2020-08-27T11:22:22.626Z] 11:19:02 1 0.98 0.00 0.61 0.08 4.70 93.62 [2020-08-27T11:22:22.626Z] 11:19:02 2 0.61 0.00 0.27 0.00 5.61 93.50 [2020-08-27T11:22:22.626Z] 11:19:02 3 1.75 0.00 0.41 0.03 6.52 91.27 [2020-08-27T11:22:22.626Z] 11:20:01 all 4.21 0.00 3.83 2.08 28.79 61.09 [2020-08-27T11:22:22.626Z] 11:20:01 0 4.42 0.00 2.90 1.30 30.04 61.34 [2020-08-27T11:22:22.626Z] 11:20:01 1 4.08 0.00 3.82 1.05 27.90 63.15 [2020-08-27T11:22:22.626Z] 11:20:01 2 4.41 0.00 4.83 3.27 29.22 58.28 [2020-08-27T11:22:22.626Z] 11:20:01 3 3.93 0.00 3.84 2.74 27.94 61.55 [2020-08-27T11:22:22.626Z] 11:21:01 all 6.24 0.00 4.76 1.55 26.73 60.72 [2020-08-27T11:22:22.626Z] 11:21:01 0 5.07 0.00 4.20 0.52 27.45 62.76 [2020-08-27T11:22:22.626Z] 11:21:01 1 9.96 0.00 5.25 2.53 26.43 55.82 [2020-08-27T11:22:22.627Z] 11:21:01 2 4.41 0.00 3.87 1.86 26.69 63.17 [2020-08-27T11:22:22.627Z] 11:21:01 3 5.59 0.00 5.73 1.31 26.35 61.02 [2020-08-27T11:22:22.627Z] 11:22:02 all 3.21 0.00 3.50 2.05 22.67 68.58 [2020-08-27T11:22:22.627Z] 11:22:02 0 3.54 0.00 3.45 1.69 25.13 66.19 [2020-08-27T11:22:22.627Z] 11:22:02 1 2.97 0.00 4.29 0.61 21.79 70.33 [2020-08-27T11:22:22.627Z] 11:22:02 2 3.56 0.00 3.29 4.56 23.65 64.94 [2020-08-27T11:22:22.627Z] 11:22:02 3 2.73 0.00 2.97 1.33 20.03 72.93 [2020-08-27T11:22:22.627Z] Average: all 1.98 0.00 1.65 0.75 11.91 83.71 [2020-08-27T11:22:22.627Z] Average: 0 1.84 0.00 1.46 0.55 12.55 83.59 [2020-08-27T11:22:22.627Z] Average: 1 2.35 0.00 1.84 0.59 11.79 83.43 [2020-08-27T11:22:22.627Z] Average: 2 1.79 0.00 1.64 1.15 11.80 83.61 [2020-08-27T11:22:22.627Z] Average: 3 1.92 0.00 1.67 0.70 11.50 84.21 [2020-08-27T11:22:22.627Z] [2020-08-27T11:22:22.627Z] [2020-08-27T11:22:22.627Z]