Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a9d107930e490a2241b8c88b38a50b9b497ae677 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-5098’ is offline Running on prd-centos7-docker-4c-2g-5099 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 a9d107930e490a2241b8c88b38a50b9b497ae677 (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 a9d107930e490a2241b8c88b38a50b9b497ae677 # timeout=10 Commit message: "Merge pull request #264 from lindseysimple/issue-263" > git rev-list --no-walk 046332cc0f50c1d5f48651531f0deccce2d40ff3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-13T15:39:41.930Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-13T15:39:42.168Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-13T15:39:42.248Z] ========================================================= [2020-08-13T15:39:42.248Z] EdgeX Global Pipelines Version Info [2020-08-13T15:39:42.248Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-13T15:39:44.770Z] ------------------- [2020-08-13T15:39:44.770Z] stable info: [2020-08-13T15:39:44.770Z] ------------------- [2020-08-13T15:39:44.770Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-13T15:39:44.770Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-13T15:39:44.770Z] Message: update stable to v1.0.106 [2020-08-13T15:39:45.797Z] ------------------- [2020-08-13T15:39:45.797Z] experimental info: [2020-08-13T15:39:45.797Z] ------------------- [2020-08-13T15:39:45.797Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-13T15:39:45.797Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-13T15:39:45.797Z] 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-13T15:39:48.199Z] + git log --format=format:%s -1 a9d107930e490a2241b8c88b38a50b9b497ae677 [Pipeline] echo [2020-08-13T15:39:48.275Z] GIT_COMMIT: a9d107930e490a2241b8c88b38a50b9b497ae677, Commit Message: Merge pull request #264 from lindseysimple/issue-263 [Pipeline] echo [2020-08-13T15:39:48.315Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-13T15:39:48.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-13T15:39:49.414Z] [2020-08-13T15:39:49.414Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-13T15:39:49.803Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-13T15:39:50.126Z] latest: Pulling from edgex-devops/git-semver [2020-08-13T15:39:50.126Z] 31603596830f: Pulling fs layer [2020-08-13T15:39:50.126Z] 2a8b12db71e7: Pulling fs layer [2020-08-13T15:39:50.126Z] 6ca5941a6612: Pulling fs layer [2020-08-13T15:39:50.126Z] ecc8261a40a4: Pulling fs layer [2020-08-13T15:39:50.126Z] ecc8261a40a4: Waiting [2020-08-13T15:39:50.126Z] 2a8b12db71e7: Verifying Checksum [2020-08-13T15:39:50.126Z] 2a8b12db71e7: Download complete [2020-08-13T15:39:50.126Z] 31603596830f: Verifying Checksum [2020-08-13T15:39:50.126Z] 31603596830f: Download complete [2020-08-13T15:39:50.468Z] 6ca5941a6612: Verifying Checksum [2020-08-13T15:39:50.468Z] 6ca5941a6612: Download complete [2020-08-13T15:39:50.760Z] 31603596830f: Pull complete [2020-08-13T15:39:50.760Z] ecc8261a40a4: Verifying Checksum [2020-08-13T15:39:50.760Z] ecc8261a40a4: Download complete [2020-08-13T15:39:50.760Z] 2a8b12db71e7: Pull complete [2020-08-13T15:39:52.317Z] 6ca5941a6612: Pull complete [2020-08-13T15:39:52.317Z] ecc8261a40a4: Pull complete [2020-08-13T15:39:52.317Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-13T15:39:52.317Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-13T15:39:52.317Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-13T15:39:52.501Z] prd-centos7-docker-4c-2g-5099 does not seem to be running inside a container [2020-08-13T15:39:52.680Z] $ 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-13T15:39:54.870Z] $ docker top 7b3bf2a14e0df8afcbcf61ea000689fcc20f44c4879adb522fe517b3ae077124 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-13T15:39:55.298Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-13T15:39:55.298Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-13T15:39:55.706Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-13T15:39:55.705Z] $ docker exec 7b3bf2a14e0df8afcbcf61ea000689fcc20f44c4879adb522fe517b3ae077124 ssh-agent [2020-08-13T15:39:55.985Z] SSH_AUTH_SOCK=/tmp/ssh-EVsxQ6VY19Uw/agent.12 [2020-08-13T15:39:55.985Z] SSH_AGENT_PID=17 [2020-08-13T15:39:56.016Z] Running ssh-add (command line suppressed) [2020-08-13T15:39:56.290Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3280671075710477928.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3280671075710477928.key) [2020-08-13T15:39:56.412Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-13T15:39:56.819Z] + git describe --exact-match --tags HEAD [2020-08-13T15:39:56.819Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-13T15:39:56.868Z] $ docker exec --env ******** --env ******** 7b3bf2a14e0df8afcbcf61ea000689fcc20f44c4879adb522fe517b3ae077124 ssh-agent -k [2020-08-13T15:39:57.159Z] unset SSH_AUTH_SOCK; [2020-08-13T15:39:57.159Z] unset SSH_AGENT_PID; [2020-08-13T15:39:57.159Z] echo Agent pid 17 killed; [2020-08-13T15:39:57.243Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-13T15:39:57.343Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-13T15:39:57.343Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-13T15:39:57.427Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-13T15:39:57.427Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-13T15:39:57.773Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-13T15:39:57.778Z] $ docker exec 7b3bf2a14e0df8afcbcf61ea000689fcc20f44c4879adb522fe517b3ae077124 ssh-agent [2020-08-13T15:39:58.068Z] SSH_AUTH_SOCK=/tmp/ssh-TlZDJnyj5sSg/agent.45 [2020-08-13T15:39:58.068Z] SSH_AGENT_PID=50 [2020-08-13T15:39:58.077Z] Running ssh-add (command line suppressed) [2020-08-13T15:39:58.264Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1187670303822337297.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1187670303822337297.key) [2020-08-13T15:39:58.337Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-13T15:39:58.690Z] + git semver init [2020-08-13T15:39:58.691Z] # -> Open(): unable to determine branch for HEAD [2020-08-13T15:39:58.691Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-13T15:39:58.691Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-13T15:39:58.691Z] # $SEMVER_REMOTE_NAME = origin [2020-08-13T15:39:58.691Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-13T15:39:58.691Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-13T15:39:58.691Z] # $SEMVER_BRANCH = master [2020-08-13T15:39:58.691Z] # $SEMVER_TEMP = /tmp/semver-493882838 [2020-08-13T15:39:58.691Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-08-13T15:39:59.395Z] # '/tmp/semver-493882838' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-08-13T15:39:59.676Z] # -> Force: false [2020-08-13T15:39:59.676Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-08-13T15:39:59.735Z] $ docker exec --env ******** --env ******** 7b3bf2a14e0df8afcbcf61ea000689fcc20f44c4879adb522fe517b3ae077124 ssh-agent -k [2020-08-13T15:39:59.975Z] unset SSH_AUTH_SOCK; [2020-08-13T15:39:59.975Z] unset SSH_AGENT_PID; [2020-08-13T15:39:59.975Z] echo Agent pid 50 killed; [2020-08-13T15:40:00.180Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-13T15:40:02.411Z] + git semver [Pipeline] } [2020-08-13T15:40:02.471Z] $ docker stop --time=1 7b3bf2a14e0df8afcbcf61ea000689fcc20f44c4879adb522fe517b3ae077124 [2020-08-13T15:40:04.326Z] $ docker rm -f 7b3bf2a14e0df8afcbcf61ea000689fcc20f44c4879adb522fe517b3ae077124 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-13T15:40:05.594Z] Stashed 80 file(s) [Pipeline] echo [2020-08-13T15:40:05.596Z] [edgeXSemver] initialized semver on version 0.1.69 [Pipeline] echo [2020-08-13T15:40:05.677Z] Archived original version: [0.1.69] [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-13T15:40:21.015Z] Still waiting to schedule task [2020-08-13T15:40:21.015Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-13T15:40:21.016Z] Still waiting to schedule task [2020-08-13T15:40:21.016Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-5097’ [2020-08-13T15:42:28.833Z] Running on prd-centos7-docker-4c-2g-5101 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-08-13T15:42:28.876Z] Running in /w/workspace/go-mod-core-contracts/34 [Pipeline] { [Pipeline] checkout [2020-08-13T15:42:31.422Z] using credential edgex-jenkins-ssh [2020-08-13T15:42:31.465Z] Cloning the remote Git repository [2020-08-13T15:42:31.466Z] Cloning with configured refspecs honoured and without tags [2020-08-13T15:42:32.229Z] Fetching without tags [2020-08-13T15:42:31.490Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-13T15:42:31.558Z] > git init /w/workspace/go-mod-core-contracts/34 # timeout=10 [2020-08-13T15:42:31.611Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-13T15:42:31.612Z] > git --version # timeout=10 [2020-08-13T15:42:31.619Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-13T15:42:31.644Z] > 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-13T15:42:32.192Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-13T15:42:32.203Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-13T15:42:32.217Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-13T15:42:32.231Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-13T15:42:32.232Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-13T15:42:32.236Z] > 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-13T15:42:32.647Z] Checking out Revision a9d107930e490a2241b8c88b38a50b9b497ae677 (master) [2020-08-13T15:42:33.114Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5100 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-08-13T15:42:33.157Z] Running in /w/workspace/go-mod-core-contracts/34 [Pipeline] { [Pipeline] checkout [2020-08-13T15:42:32.660Z] > git config core.sparsecheckout # timeout=10 [2020-08-13T15:42:32.664Z] > git checkout -f a9d107930e490a2241b8c88b38a50b9b497ae677 # timeout=10 [2020-08-13T15:42:36.280Z] Commit message: "Merge pull request #264 from lindseysimple/issue-263" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-13T15:42:37.169Z] ========================================================= [2020-08-13T15:42:37.169Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-13T15:42:37.169Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-13T15:42:37.871Z] using credential edgex-jenkins-ssh [2020-08-13T15:42:37.889Z] + 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-13T15:42:37.937Z] Cloning the remote Git repository [2020-08-13T15:42:37.937Z] Cloning with configured refspecs honoured and without tags [2020-08-13T15:42:37.988Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-13T15:42:38.089Z] > git init /w/workspace/go-mod-core-contracts/34 # timeout=10 [2020-08-13T15:42:38.153Z] Sending build context to Docker daemon 2.053MB [2020-08-13T15:42:38.417Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-13T15:42:38.417Z] Step 2/7 : FROM ${BASE} [2020-08-13T15:42:38.417Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-13T15:42:38.417Z] df20fa9351a1: Pulling fs layer [2020-08-13T15:42:38.417Z] ed8968b2872e: Pulling fs layer [2020-08-13T15:42:38.417Z] a92cc7c5fd73: Pulling fs layer [2020-08-13T15:42:38.417Z] 2dd03ba5bac4: Pulling fs layer [2020-08-13T15:42:38.417Z] 1e091d79d1de: Pulling fs layer [2020-08-13T15:42:38.417Z] 481702a1767f: Pulling fs layer [2020-08-13T15:42:38.417Z] f64a6f60c768: Pulling fs layer [2020-08-13T15:42:38.417Z] e78d2573fc39: Pulling fs layer [2020-08-13T15:42:38.417Z] e876d2f968b6: Pulling fs layer [2020-08-13T15:42:38.417Z] ce8a83651883: Pulling fs layer [2020-08-13T15:42:38.417Z] 07967f4d0e4b: Pulling fs layer [2020-08-13T15:42:38.417Z] f64a6f60c768: Waiting [2020-08-13T15:42:38.417Z] e78d2573fc39: Waiting [2020-08-13T15:42:38.417Z] 2dd03ba5bac4: Waiting [2020-08-13T15:42:38.418Z] e876d2f968b6: Waiting [2020-08-13T15:42:38.418Z] 1e091d79d1de: Waiting [2020-08-13T15:42:38.418Z] 481702a1767f: Waiting [2020-08-13T15:42:38.418Z] ce8a83651883: Waiting [2020-08-13T15:42:38.418Z] 07967f4d0e4b: Waiting [2020-08-13T15:42:38.418Z] a92cc7c5fd73: Verifying Checksum [2020-08-13T15:42:38.418Z] a92cc7c5fd73: Download complete [2020-08-13T15:42:38.418Z] ed8968b2872e: Download complete [2020-08-13T15:42:38.418Z] 1e091d79d1de: Download complete [2020-08-13T15:42:38.684Z] 481702a1767f: Verifying Checksum [2020-08-13T15:42:38.684Z] 481702a1767f: Download complete [2020-08-13T15:42:38.684Z] df20fa9351a1: Verifying Checksum [2020-08-13T15:42:38.684Z] df20fa9351a1: Download complete [2020-08-13T15:42:38.951Z] df20fa9351a1: Pull complete [2020-08-13T15:42:39.010Z] Fetching without tags [2020-08-13T15:42:38.179Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-13T15:42:38.180Z] > git --version # timeout=10 [2020-08-13T15:42:38.198Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-13T15:42:38.250Z] > 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-13T15:42:38.943Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-13T15:42:38.964Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-13T15:42:38.989Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-08-13T15:42:39.019Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-08-13T15:42:39.019Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-13T15:42:39.034Z] > 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-13T15:42:39.469Z] Checking out Revision a9d107930e490a2241b8c88b38a50b9b497ae677 (master) [2020-08-13T15:42:39.952Z] f64a6f60c768: Download complete [2020-08-13T15:42:39.952Z] e876d2f968b6: Verifying Checksum [2020-08-13T15:42:39.952Z] e876d2f968b6: Download complete [2020-08-13T15:42:40.217Z] 2dd03ba5bac4: Verifying Checksum [2020-08-13T15:42:40.217Z] 2dd03ba5bac4: Download complete [2020-08-13T15:42:40.480Z] e78d2573fc39: Verifying Checksum [2020-08-13T15:42:40.480Z] e78d2573fc39: Download complete [2020-08-13T15:42:40.480Z] 07967f4d0e4b: Verifying Checksum [2020-08-13T15:42:40.480Z] 07967f4d0e4b: Download complete [2020-08-13T15:42:40.480Z] ce8a83651883: Verifying Checksum [2020-08-13T15:42:40.480Z] ce8a83651883: Download complete [2020-08-13T15:42:39.484Z] > git config core.sparsecheckout # timeout=10 [2020-08-13T15:42:39.500Z] > git checkout -f a9d107930e490a2241b8c88b38a50b9b497ae677 # timeout=10 [2020-08-13T15:42:41.059Z] ed8968b2872e: Pull complete [2020-08-13T15:42:41.059Z] a92cc7c5fd73: Pull complete [2020-08-13T15:42:43.749Z] Commit message: "Merge pull request #264 from lindseysimple/issue-263" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-13T15:42:44.791Z] ========================================================= [2020-08-13T15:42:44.791Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-13T15:42:44.791Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-13T15:42:45.962Z] + 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-13T15:42:46.401Z] 2dd03ba5bac4: Pull complete [2020-08-13T15:42:46.666Z] 1e091d79d1de: Pull complete [2020-08-13T15:42:46.666Z] 481702a1767f: Pull complete [2020-08-13T15:42:46.955Z] Sending build context to Docker daemon 2.053MB [2020-08-13T15:42:46.955Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-13T15:42:46.956Z] Step 2/7 : FROM ${BASE} [2020-08-13T15:42:47.230Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-13T15:42:47.230Z] b538f80385f9: Pulling fs layer [2020-08-13T15:42:47.230Z] 74f711af9a0d: Pulling fs layer [2020-08-13T15:42:47.230Z] 99f96fe45779: Pulling fs layer [2020-08-13T15:42:47.230Z] fd7a069fd194: Pulling fs layer [2020-08-13T15:42:47.230Z] 66aa3694b03b: Pulling fs layer [2020-08-13T15:42:47.230Z] 170f70906a0f: Pulling fs layer [2020-08-13T15:42:47.230Z] ad7c5574e4b9: Pulling fs layer [2020-08-13T15:42:47.230Z] e772456be8f7: Pulling fs layer [2020-08-13T15:42:47.230Z] c890913d741a: Pulling fs layer [2020-08-13T15:42:47.230Z] 2480fcc9aa5a: Pulling fs layer [2020-08-13T15:42:47.230Z] 09adf4765672: Pulling fs layer [2020-08-13T15:42:47.230Z] fd7a069fd194: Waiting [2020-08-13T15:42:47.230Z] 66aa3694b03b: Waiting [2020-08-13T15:42:47.230Z] 170f70906a0f: Waiting [2020-08-13T15:42:47.230Z] ad7c5574e4b9: Waiting [2020-08-13T15:42:47.230Z] e772456be8f7: Waiting [2020-08-13T15:42:47.230Z] c890913d741a: Waiting [2020-08-13T15:42:47.230Z] 2480fcc9aa5a: Waiting [2020-08-13T15:42:47.230Z] 09adf4765672: Waiting [2020-08-13T15:42:47.230Z] 99f96fe45779: Verifying Checksum [2020-08-13T15:42:47.230Z] 99f96fe45779: Download complete [2020-08-13T15:42:47.230Z] 74f711af9a0d: Verifying Checksum [2020-08-13T15:42:47.230Z] 74f711af9a0d: Download complete [2020-08-13T15:42:47.230Z] 66aa3694b03b: Verifying Checksum [2020-08-13T15:42:47.230Z] 66aa3694b03b: Download complete [2020-08-13T15:42:47.230Z] 170f70906a0f: Verifying Checksum [2020-08-13T15:42:47.230Z] 170f70906a0f: Download complete [2020-08-13T15:42:47.504Z] b538f80385f9: Verifying Checksum [2020-08-13T15:42:47.504Z] b538f80385f9: Download complete [2020-08-13T15:42:48.121Z] b538f80385f9: Pull complete [2020-08-13T15:42:48.721Z] 74f711af9a0d: Pull complete [2020-08-13T15:42:49.315Z] 99f96fe45779: Pull complete [2020-08-13T15:42:49.586Z] ad7c5574e4b9: Verifying Checksum [2020-08-13T15:42:49.586Z] ad7c5574e4b9: Download complete [2020-08-13T15:42:49.586Z] c890913d741a: Verifying Checksum [2020-08-13T15:42:49.586Z] c890913d741a: Download complete [2020-08-13T15:42:51.022Z] 2480fcc9aa5a: Verifying Checksum [2020-08-13T15:42:51.022Z] 2480fcc9aa5a: Download complete [2020-08-13T15:42:51.295Z] 09adf4765672: Download complete [2020-08-13T15:42:52.288Z] e772456be8f7: Verifying Checksum [2020-08-13T15:42:52.288Z] e772456be8f7: Download complete [2020-08-13T15:42:52.561Z] fd7a069fd194: Verifying Checksum [2020-08-13T15:42:52.561Z] fd7a069fd194: Download complete [2020-08-13T15:42:54.837Z] f64a6f60c768: Pull complete [2020-08-13T15:42:57.423Z] e78d2573fc39: Pull complete [2020-08-13T15:42:57.684Z] e876d2f968b6: Pull complete [2020-08-13T15:42:58.637Z] ce8a83651883: Pull complete [2020-08-13T15:42:58.902Z] 07967f4d0e4b: Pull complete [2020-08-13T15:42:58.902Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-13T15:42:58.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-13T15:42:58.902Z] ---> 5d7c900382c6 [2020-08-13T15:42:58.902Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-13T15:43:00.291Z] ---> Running in 348707b23860 [2020-08-13T15:43:00.561Z] Removing intermediate container 348707b23860 [2020-08-13T15:43:00.561Z] ---> b447b4efb12a [2020-08-13T15:43:00.561Z] Step 4/7 : RUN apk add bash [2020-08-13T15:43:00.561Z] ---> Running in de136c0b9f75 [2020-08-13T15:43:01.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T15:43:02.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T15:43:02.349Z] OK: 166 MiB in 39 packages [2020-08-13T15:43:02.930Z] Removing intermediate container de136c0b9f75 [2020-08-13T15:43:02.930Z] ---> f1a0120f5af5 [2020-08-13T15:43:02.930Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-13T15:43:02.930Z] ---> Running in da4097e3511d [2020-08-13T15:43:03.194Z] Removing intermediate container da4097e3511d [2020-08-13T15:43:03.194Z] ---> f23385457ea4 [2020-08-13T15:43:03.194Z] Step 6/7 : COPY go.mod . [2020-08-13T15:43:03.458Z] ---> 58a81cfcbb69 [2020-08-13T15:43:03.458Z] Step 7/7 : RUN go mod download [2020-08-13T15:43:03.458Z] ---> Running in cdc4e7520cd1 [2020-08-13T15:43:04.963Z] fd7a069fd194: Pull complete [2020-08-13T15:43:04.963Z] 66aa3694b03b: Pull complete [2020-08-13T15:43:04.963Z] 170f70906a0f: Pull complete [2020-08-13T15:43:05.378Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-13T15:43:05.378Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-13T15:43:05.378Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-13T15:43:05.378Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-13T15:43:05.378Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-13T15:43:05.378Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-13T15:43:05.378Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-13T15:43:05.378Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-13T15:43:05.378Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-13T15:43:05.378Z] go: finding github.com/google/uuid v1.1.0 [2020-08-13T15:43:05.378Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-13T15:43:05.639Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-13T15:43:05.640Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-13T15:43:05.640Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-13T15:43:05.640Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-13T15:43:05.640Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-13T15:43:05.640Z] go: finding golang.org/x/text v0.3.2 [2020-08-13T15:43:05.640Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-13T15:43:05.640Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-13T15:43:05.640Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-13T15:43:07.574Z] ad7c5574e4b9: Pull complete [2020-08-13T15:43:12.982Z] e772456be8f7: Pull complete [2020-08-13T15:43:12.982Z] c890913d741a: Pull complete [2020-08-13T15:43:13.799Z] Removing intermediate container cdc4e7520cd1 [2020-08-13T15:43:13.799Z] ---> c4ca9363ee97 [2020-08-13T15:43:13.799Z] Successfully built c4ca9363ee97 [2020-08-13T15:43:13.799Z] 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] } [2020-08-13T15:43:14.977Z] 2480fcc9aa5a: Pull complete [2020-08-13T15:43:14.977Z] 09adf4765672: Pull complete [2020-08-13T15:43:14.977Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-13T15:43:14.977Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-13T15:43:14.977Z] ---> 2248a725d1cf [2020-08-13T15:43:14.977Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] // stage [Pipeline] } [2020-08-13T15:43:20.374Z] ---> Running in 32ab3be10ee3 [2020-08-13T15:43:20.374Z] Removing intermediate container 32ab3be10ee3 [2020-08-13T15:43:20.374Z] ---> 089e3e5be19a [2020-08-13T15:43:20.374Z] Step 4/7 : RUN apk add bash [2020-08-13T15:43:20.374Z] ---> Running in 6192bc7651c9 [2020-08-13T15:43:21.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T15:43:22.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T15:43:23.365Z] OK: 142 MiB in 39 packages [2020-08-13T15:43:24.336Z] Removing intermediate container 6192bc7651c9 [2020-08-13T15:43:24.336Z] ---> b573f1f7a8b5 [2020-08-13T15:43:24.336Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-08-13T15:43:24.610Z] ---> Running in 876d49a59620 [2020-08-13T15:43:25.201Z] Removing intermediate container 876d49a59620 [2020-08-13T15:43:25.201Z] ---> e019cf04a466 [2020-08-13T15:43:25.201Z] Step 6/7 : COPY go.mod . [2020-08-13T15:43:25.796Z] ---> ee3459a76a72 [2020-08-13T15:43:25.796Z] Step 7/7 : RUN go mod download [2020-08-13T15:43:26.071Z] ---> Running in c718e9803eac [2020-08-13T15:43:28.041Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-08-13T15:43:28.041Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-13T15:43:28.041Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-13T15:43:28.313Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-13T15:43:28.313Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-13T15:43:28.313Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-13T15:43:28.313Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-13T15:43:28.313Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-13T15:43:28.313Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-13T15:43:28.313Z] go: finding github.com/google/uuid v1.1.0 [2020-08-13T15:43:28.313Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-13T15:43:28.313Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-13T15:43:28.313Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-13T15:43:28.313Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-13T15:43:28.313Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-13T15:43:28.611Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-13T15:43:28.611Z] go: finding golang.org/x/text v0.3.2 [2020-08-13T15:43:28.611Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-13T15:43:28.611Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-13T15:43:28.611Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-13T15:43:41.003Z] Removing intermediate container c718e9803eac [2020-08-13T15:43:41.003Z] ---> f41b90bfc5a0 [2020-08-13T15:43:41.003Z] Successfully built f41b90bfc5a0 [2020-08-13T15:43:41.003Z] 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] } [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-13T15:43:43.007Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-13T15:43:43.008Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-13T15:43:43.057Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-13T15:43:43.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-13T15:43:43.404Z] [2020-08-13T15:43:43.404Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-13T15:43:43.787Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-13T15:43:43.787Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-13T15:43:43.787Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-13T15:43:43.787Z] 408f87550127: Pulling fs layer [2020-08-13T15:43:43.787Z] fe522b08c979: Pulling fs layer [2020-08-13T15:43:43.787Z] 221eaa008020: Pulling fs layer [2020-08-13T15:43:43.787Z] 2a4607e5d6b9: Pulling fs layer [2020-08-13T15:43:43.788Z] 8f79b27c4fd2: Pulling fs layer [2020-08-13T15:43:43.788Z] e5c8dbe1645b: Pulling fs layer [2020-08-13T15:43:43.788Z] 23e8b3b47431: Pulling fs layer [2020-08-13T15:43:43.788Z] 5c568d65a230: Pulling fs layer [2020-08-13T15:43:43.788Z] 8f79b27c4fd2: Waiting [2020-08-13T15:43:43.788Z] e5c8dbe1645b: Waiting [2020-08-13T15:43:43.788Z] 5c568d65a230: Waiting [2020-08-13T15:43:43.788Z] 23e8b3b47431: Waiting [2020-08-13T15:43:43.788Z] 2a4607e5d6b9: Waiting [2020-08-13T15:43:43.788Z] 221eaa008020: Waiting [2020-08-13T15:43:43.788Z] fe522b08c979: Verifying Checksum [2020-08-13T15:43:43.788Z] fe522b08c979: Download complete [2020-08-13T15:43:43.788Z] 408f87550127: Verifying Checksum [2020-08-13T15:43:43.788Z] 408f87550127: Download complete [2020-08-13T15:43:43.788Z] 2a4607e5d6b9: Verifying Checksum [2020-08-13T15:43:43.788Z] 2a4607e5d6b9: Download complete [2020-08-13T15:43:44.105Z] 8f79b27c4fd2: Verifying Checksum [2020-08-13T15:43:44.105Z] 8f79b27c4fd2: Download complete [2020-08-13T15:43:44.105Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-13T15:43:44.105Z] cbdbe7a5bc2a: Download complete [2020-08-13T15:43:44.473Z] cbdbe7a5bc2a: Pull complete [2020-08-13T15:43:44.840Z] 408f87550127: Pull complete [2020-08-13T15:43:45.353Z] fe522b08c979: Pull complete [2020-08-13T15:43:45.353Z] e5c8dbe1645b: Verifying Checksum [2020-08-13T15:43:45.353Z] e5c8dbe1645b: Download complete [2020-08-13T15:43:47.583Z] 5c568d65a230: Verifying Checksum [2020-08-13T15:43:47.583Z] 5c568d65a230: Download complete [2020-08-13T15:43:47.928Z] 23e8b3b47431: Verifying Checksum [2020-08-13T15:43:47.928Z] 23e8b3b47431: Download complete [2020-08-13T15:43:48.227Z] 221eaa008020: Verifying Checksum [2020-08-13T15:43:48.227Z] 221eaa008020: Download complete [2020-08-13T15:44:00.933Z] 221eaa008020: Pull complete [2020-08-13T15:44:00.933Z] 2a4607e5d6b9: Pull complete [2020-08-13T15:44:00.933Z] 8f79b27c4fd2: Pull complete [2020-08-13T15:44:01.911Z] e5c8dbe1645b: Pull complete [2020-08-13T15:44:06.297Z] 23e8b3b47431: Pull complete [2020-08-13T15:44:08.338Z] 5c568d65a230: Pull complete [2020-08-13T15:44:08.338Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-13T15:44:08.338Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-13T15:44:08.338Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-13T15:44:08.665Z] prd-centos7-docker-4c-2g-5099 does not seem to be running inside a container [2020-08-13T15:44:08.723Z] $ 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-13T15:44:10.253Z] $ docker top efa93d0d7a8b7c687cc53582a4ffd18eac24b9eadfb139f60c1f2dd8d44593a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T15:44:10.961Z] + snyk monitor '--org=edgex-jenkins' [2020-08-13T15:44:21.401Z] [2020-08-13T15:44:21.401Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-08-13T15:44:21.401Z] [2020-08-13T15:44:21.401Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/ab760222-e0f7-4b39-a9e0-7a7a9ffdc706 [2020-08-13T15:44:21.401Z] [2020-08-13T15:44:21.401Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-13T15:44:21.401Z] [2020-08-13T15:44:21.401Z] [2020-08-13T15:44:21.401Z] Snyk CLI supports Node.js 8 and higher. [2020-08-13T15:44:21.401Z] 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-13T15:44:21.401Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-13T15:44:21.401Z] [2020-08-13T15:44:21.401Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-13T15:44:21.401Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-13T15:44:21.413Z] $ docker stop --time=1 efa93d0d7a8b7c687cc53582a4ffd18eac24b9eadfb139f60c1f2dd8d44593a1 [2020-08-13T15:44:23.784Z] $ docker rm -f efa93d0d7a8b7c687cc53582a4ffd18eac24b9eadfb139f60c1f2dd8d44593a1 [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-13T15:44:25.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-13T15:44:25.703Z] . [Pipeline] withDockerContainer [2020-08-13T15:44:25.864Z] prd-centos7-docker-4c-2g-5099 does not seem to be running inside a container [2020-08-13T15:44:25.946Z] $ 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-13T15:44:26.835Z] $ docker top 80a8e2e5862443717c0901358dd69eceb6cc05fdc131d00f0bd6c1d941088c5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-13T15:44:27.250Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-13T15:44:27.250Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-13T15:44:27.623Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-13T15:44:27.630Z] $ docker exec 80a8e2e5862443717c0901358dd69eceb6cc05fdc131d00f0bd6c1d941088c5a ssh-agent [2020-08-13T15:44:27.890Z] SSH_AUTH_SOCK=/tmp/ssh-iNiNSdZUnRzm/agent.12 [2020-08-13T15:44:27.890Z] SSH_AGENT_PID=17 [2020-08-13T15:44:27.900Z] Running ssh-add (command line suppressed) [2020-08-13T15:44:28.167Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7752650508181311953.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7752650508181311953.key) [2020-08-13T15:44:28.385Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-13T15:44:28.788Z] + git semver tag [2020-08-13T15:44:28.788Z] # -> Open(): unable to determine branch for HEAD [2020-08-13T15:44:28.788Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-13T15:44:28.788Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-13T15:44:28.788Z] # $SEMVER_REMOTE_NAME = origin [2020-08-13T15:44:28.788Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-13T15:44:28.788Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-13T15:44:28.788Z] # $SEMVER_BRANCH = master [2020-08-13T15:44:28.788Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-08-13T15:44:28.788Z] # a9d107930e490a2241b8c88b38a50b9b497ae677 HEAD [2020-08-13T15:44:28.788Z] # -> Force: false [2020-08-13T15:44:29.063Z] # ed1904a12350f0a4bf6cc1e81e4400bb908e1ee9 refs/tags/v0.1.69 [Pipeline] } [2020-08-13T15:44:29.238Z] $ docker exec --env ******** --env ******** 80a8e2e5862443717c0901358dd69eceb6cc05fdc131d00f0bd6c1d941088c5a ssh-agent -k [2020-08-13T15:44:29.466Z] unset SSH_AUTH_SOCK; [2020-08-13T15:44:29.467Z] unset SSH_AGENT_PID; [2020-08-13T15:44:29.467Z] echo Agent pid 17 killed; [2020-08-13T15:44:29.551Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-13T15:44:30.394Z] + git semver [Pipeline] } [2020-08-13T15:44:30.413Z] $ docker stop --time=1 80a8e2e5862443717c0901358dd69eceb6cc05fdc131d00f0bd6c1d941088c5a [2020-08-13T15:44:31.866Z] $ docker rm -f 80a8e2e5862443717c0901358dd69eceb6cc05fdc131d00f0bd6c1d941088c5a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-13T15:44:32.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-13T15:44:32.580Z] [2020-08-13T15:44:32.580Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-13T15:44:33.109Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-13T15:44:33.109Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-13T15:44:33.109Z] ab5ef0e58194: Pulling fs layer [2020-08-13T15:44:33.109Z] 9712f1f96733: Pulling fs layer [2020-08-13T15:44:33.109Z] 63f879dbbcfc: Pulling fs layer [2020-08-13T15:44:33.109Z] 0d9ebad4ef96: Pulling fs layer [2020-08-13T15:44:33.109Z] e9a5061849ea: Pulling fs layer [2020-08-13T15:44:33.109Z] d747dcd14b5f: Pulling fs layer [2020-08-13T15:44:33.109Z] 2de7ff778b66: Pulling fs layer [2020-08-13T15:44:33.109Z] 0d9ebad4ef96: Waiting [2020-08-13T15:44:33.109Z] e9a5061849ea: Waiting [2020-08-13T15:44:33.109Z] d747dcd14b5f: Waiting [2020-08-13T15:44:33.109Z] 2de7ff778b66: Waiting [2020-08-13T15:44:33.109Z] 9712f1f96733: Verifying Checksum [2020-08-13T15:44:33.109Z] 9712f1f96733: Download complete [2020-08-13T15:44:34.168Z] 63f879dbbcfc: Verifying Checksum [2020-08-13T15:44:34.168Z] 63f879dbbcfc: Download complete [2020-08-13T15:44:34.885Z] e9a5061849ea: Verifying Checksum [2020-08-13T15:44:34.885Z] e9a5061849ea: Download complete [2020-08-13T15:44:34.885Z] d747dcd14b5f: Download complete [2020-08-13T15:44:34.885Z] ab5ef0e58194: Verifying Checksum [2020-08-13T15:44:34.885Z] ab5ef0e58194: Download complete [2020-08-13T15:44:35.250Z] 0d9ebad4ef96: Verifying Checksum [2020-08-13T15:44:35.250Z] 0d9ebad4ef96: Download complete [2020-08-13T15:44:35.250Z] 2de7ff778b66: Verifying Checksum [2020-08-13T15:44:35.250Z] 2de7ff778b66: Download complete [2020-08-13T15:44:44.077Z] ab5ef0e58194: Pull complete [2020-08-13T15:44:44.077Z] 9712f1f96733: Pull complete [2020-08-13T15:44:46.086Z] 63f879dbbcfc: Pull complete [2020-08-13T15:44:56.588Z] 0d9ebad4ef96: Pull complete [2020-08-13T15:44:59.232Z] e9a5061849ea: Pull complete [2020-08-13T15:44:59.232Z] d747dcd14b5f: Pull complete [2020-08-13T15:45:02.651Z] 2de7ff778b66: Pull complete [2020-08-13T15:45:02.651Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-13T15:45:02.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-13T15:45:02.651Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-13T15:45:02.972Z] prd-centos7-docker-4c-2g-5099 does not seem to be running inside a container [2020-08-13T15:45:03.053Z] $ 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-13T15:45:08.308Z] $ docker top 76889b01e30ab5c033f000e747afa46f9948ddd2850c1e20b2391b8f70914a42 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-13T15:45:08.662Z] provisioning config files... [2020-08-13T15:45:08.678Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6017364582929278768tmp [2020-08-13T15:45:08.704Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2856000863449948750tmp [2020-08-13T15:45:08.721Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config9142246620107641455tmp [Pipeline] { [Pipeline] echo [2020-08-13T15:45:08.770Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-13T15:45:09.079Z] ---> sigul-configuration.sh [2020-08-13T15:45:09.348Z] gpg: directory `/root/.gnupg' created [2020-08-13T15:45:09.348Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-13T15:45:09.348Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-13T15:45:09.348Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-13T15:45:09.348Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-13T15:45:09.348Z] gpg: CAST5 encrypted data [2020-08-13T15:45:09.348Z] gpg: encrypted with 1 passphrase [2020-08-13T15:45:09.348Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-13T15:45:09.672Z] + mkdir /home/jenkins [2020-08-13T15:45:09.672Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-13T15:45:10.453Z] + 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-13T15:45:10.503Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-13T15:45:10.839Z] ---> sigul-install.sh [2020-08-13T15:45:19.294Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-13T15:45:19.992Z] + git tag --list [2020-08-13T15:45:19.992Z] v0.1.69 [Pipeline] sh [2020-08-13T15:45:20.383Z] + lftools sign git-tag v0.1.69 [2020-08-13T15:45:22.379Z] Signing Git tag with Sigul... [2020-08-13T15:45:22.379Z] Signing v0.1.69 [Pipeline] echo [2020-08-13T15:45:23.857Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-13T15:45:24.170Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-13T15:45:24.184Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-13T15:45:24.281Z] $ docker stop --time=1 76889b01e30ab5c033f000e747afa46f9948ddd2850c1e20b2391b8f70914a42 [2020-08-13T15:45:26.236Z] $ docker rm -f 76889b01e30ab5c033f000e747afa46f9948ddd2850c1e20b2391b8f70914a42 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-13T15:45:27.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-13T15:45:27.134Z] . [Pipeline] withDockerContainer [2020-08-13T15:45:27.788Z] prd-centos7-docker-4c-2g-5099 does not seem to be running inside a container [2020-08-13T15:45:27.949Z] $ 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-13T15:45:29.048Z] $ docker top 3b367a545d9b6da5fe0beaa417dcccd32cc25c9d99de8e25b8691e74487dabd9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-13T15:45:29.707Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-13T15:45:29.707Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-13T15:45:30.319Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-13T15:45:30.319Z] $ docker exec 3b367a545d9b6da5fe0beaa417dcccd32cc25c9d99de8e25b8691e74487dabd9 ssh-agent [2020-08-13T15:45:30.798Z] SSH_AUTH_SOCK=/tmp/ssh-zZxQaJAkpDbG/agent.12 [2020-08-13T15:45:30.798Z] SSH_AGENT_PID=17 [2020-08-13T15:45:30.828Z] Running ssh-add (command line suppressed) [2020-08-13T15:45:31.130Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6938562808242666173.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6938562808242666173.key) [2020-08-13T15:45:31.512Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-13T15:45:32.017Z] + git semver bump patch [2020-08-13T15:45:32.017Z] # -> Open(): unable to determine branch for HEAD [2020-08-13T15:45:32.017Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-13T15:45:32.017Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-13T15:45:32.017Z] # $SEMVER_REMOTE_NAME = origin [2020-08-13T15:45:32.017Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-13T15:45:32.017Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-13T15:45:32.017Z] # $SEMVER_BRANCH = master [2020-08-13T15:45:32.017Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-08-13T15:45:32.017Z] 0.1.70 [Pipeline] } [2020-08-13T15:45:32.032Z] $ docker exec --env ******** --env ******** 3b367a545d9b6da5fe0beaa417dcccd32cc25c9d99de8e25b8691e74487dabd9 ssh-agent -k [2020-08-13T15:45:32.235Z] unset SSH_AUTH_SOCK; [2020-08-13T15:45:32.235Z] unset SSH_AGENT_PID; [2020-08-13T15:45:32.236Z] echo Agent pid 17 killed; [2020-08-13T15:45:32.491Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-13T15:45:32.968Z] + git semver [Pipeline] } [2020-08-13T15:45:33.002Z] $ docker stop --time=1 3b367a545d9b6da5fe0beaa417dcccd32cc25c9d99de8e25b8691e74487dabd9 [2020-08-13T15:45:34.953Z] $ docker rm -f 3b367a545d9b6da5fe0beaa417dcccd32cc25c9d99de8e25b8691e74487dabd9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-13T15:45:35.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-13T15:45:35.755Z] . [Pipeline] withDockerContainer [2020-08-13T15:45:36.070Z] prd-centos7-docker-4c-2g-5099 does not seem to be running inside a container [2020-08-13T15:45:36.581Z] $ 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-13T15:45:37.535Z] $ docker top 38c139f62b0f0a73bcede2b76fc743ed7085dd4535a55bf30ef6e5eb096668ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-13T15:45:37.834Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-13T15:45:37.834Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-13T15:45:38.071Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-13T15:45:38.071Z] $ docker exec 38c139f62b0f0a73bcede2b76fc743ed7085dd4535a55bf30ef6e5eb096668ff ssh-agent [2020-08-13T15:45:38.398Z] SSH_AUTH_SOCK=/tmp/ssh-g3RmulXHUsVv/agent.11 [2020-08-13T15:45:38.398Z] SSH_AGENT_PID=16 [2020-08-13T15:45:38.406Z] Running ssh-add (command line suppressed) [2020-08-13T15:45:38.589Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8989984626566435930.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8989984626566435930.key) [2020-08-13T15:45:38.678Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-13T15:45:39.399Z] + git semver push [2020-08-13T15:45:39.399Z] # -> Open(): unable to determine branch for HEAD [2020-08-13T15:45:39.399Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-08-13T15:45:39.399Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-08-13T15:45:39.399Z] # $SEMVER_REMOTE_NAME = origin [2020-08-13T15:45:39.399Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-13T15:45:39.399Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-13T15:45:39.399Z] # $SEMVER_BRANCH = master [2020-08-13T15:45:39.399Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-08-13T15:45:46.383Z] $ docker exec --env ******** --env ******** 38c139f62b0f0a73bcede2b76fc743ed7085dd4535a55bf30ef6e5eb096668ff ssh-agent -k [2020-08-13T15:45:46.835Z] unset SSH_AUTH_SOCK; [2020-08-13T15:45:46.839Z] unset SSH_AGENT_PID; [2020-08-13T15:45:46.839Z] echo Agent pid 16 killed; [2020-08-13T15:45:46.960Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-13T15:45:48.064Z] + git semver [Pipeline] } [2020-08-13T15:45:48.097Z] $ docker stop --time=1 38c139f62b0f0a73bcede2b76fc743ed7085dd4535a55bf30ef6e5eb096668ff [2020-08-13T15:45:49.651Z] $ docker rm -f 38c139f62b0f0a73bcede2b76fc743ed7085dd4535a55bf30ef6e5eb096668ff [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-13T15:45:51.043Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-13T15:45:51.956Z] ---> package-listing.sh [2020-08-13T15:45:51.956Z] ++ facter osfamily [2020-08-13T15:45:51.956Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-13T15:45:51.956Z] + OS_FAMILY=redhat [2020-08-13T15:45:51.956Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-08-13T15:45:51.956Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-13T15:45:51.956Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-13T15:45:51.956Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-13T15:45:51.956Z] + PACKAGES=/tmp/packages_start.txt [2020-08-13T15:45:51.956Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-08-13T15:45:51.956Z] + PACKAGES=/tmp/packages_end.txt [2020-08-13T15:45:51.956Z] + case "${OS_FAMILY}" in [2020-08-13T15:45:51.956Z] + rpm -qa [2020-08-13T15:45:51.956Z] + sort [2020-08-13T15:45:57.565Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-13T15:45:57.565Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-13T15:45:57.565Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-13T15:45:57.565Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-08-13T15:45:57.565Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-08-13T15:45:57.565Z] + 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-13T15:45:58.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-13T15:45:58.309Z] [2020-08-13T15:45:58.309Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-13T15:45:58.688Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-13T15:45:58.688Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-13T15:45:58.688Z] c9b1b535fdd9: Pulling fs layer [2020-08-13T15:45:58.688Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-13T15:45:58.688Z] 756a868c4378: Pulling fs layer [2020-08-13T15:45:58.688Z] 444b2fc9a129: Pulling fs layer [2020-08-13T15:45:58.688Z] ea15f1150254: Pulling fs layer [2020-08-13T15:45:58.688Z] 41b27a9f41bf: Pulling fs layer [2020-08-13T15:45:58.688Z] 28c525ee5125: Pulling fs layer [2020-08-13T15:45:58.688Z] 094b1ea09ed8: Pulling fs layer [2020-08-13T15:45:58.688Z] 138eaada9080: Pulling fs layer [2020-08-13T15:45:58.688Z] 0622d0fa9048: Pulling fs layer [2020-08-13T15:45:58.688Z] 444b2fc9a129: Waiting [2020-08-13T15:45:58.688Z] ea15f1150254: Waiting [2020-08-13T15:45:58.688Z] 41b27a9f41bf: Waiting [2020-08-13T15:45:58.688Z] 28c525ee5125: Waiting [2020-08-13T15:45:58.688Z] 094b1ea09ed8: Waiting [2020-08-13T15:45:58.688Z] 138eaada9080: Waiting [2020-08-13T15:45:58.688Z] 0622d0fa9048: Waiting [2020-08-13T15:45:58.688Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-13T15:45:58.688Z] 2cc5ad85d9ab: Download complete [2020-08-13T15:45:58.688Z] 444b2fc9a129: Verifying Checksum [2020-08-13T15:45:58.688Z] 444b2fc9a129: Download complete [2020-08-13T15:45:59.015Z] c9b1b535fdd9: Verifying Checksum [2020-08-13T15:45:59.015Z] c9b1b535fdd9: Download complete [2020-08-13T15:45:59.318Z] ea15f1150254: Verifying Checksum [2020-08-13T15:45:59.318Z] ea15f1150254: Download complete [2020-08-13T15:45:59.318Z] 28c525ee5125: Verifying Checksum [2020-08-13T15:45:59.318Z] 28c525ee5125: Download complete [2020-08-13T15:46:00.318Z] c9b1b535fdd9: Pull complete [2020-08-13T15:46:00.318Z] 2cc5ad85d9ab: Pull complete [2020-08-13T15:46:03.090Z] 756a868c4378: Verifying Checksum [2020-08-13T15:46:03.090Z] 756a868c4378: Download complete [2020-08-13T15:46:04.337Z] 138eaada9080: Verifying Checksum [2020-08-13T15:46:04.337Z] 138eaada9080: Download complete [2020-08-13T15:46:04.337Z] 0622d0fa9048: Verifying Checksum [2020-08-13T15:46:04.337Z] 0622d0fa9048: Download complete [2020-08-13T15:46:08.001Z] 756a868c4378: Pull complete [2020-08-13T15:46:08.001Z] 094b1ea09ed8: Verifying Checksum [2020-08-13T15:46:08.001Z] 094b1ea09ed8: Download complete [2020-08-13T15:46:08.001Z] 444b2fc9a129: Pull complete [2020-08-13T15:46:08.790Z] 41b27a9f41bf: Verifying Checksum [2020-08-13T15:46:08.790Z] 41b27a9f41bf: Download complete [2020-08-13T15:46:09.070Z] ea15f1150254: Pull complete [2020-08-13T15:46:16.041Z] 41b27a9f41bf: Pull complete [2020-08-13T15:46:16.041Z] 28c525ee5125: Pull complete [2020-08-13T15:46:20.468Z] 094b1ea09ed8: Pull complete [2020-08-13T15:46:20.754Z] 138eaada9080: Pull complete [2020-08-13T15:46:21.388Z] 0622d0fa9048: Pull complete [2020-08-13T15:46:21.388Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-13T15:46:21.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-13T15:46:21.388Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-13T15:46:21.758Z] prd-centos7-docker-4c-2g-5099 does not seem to be running inside a container [2020-08-13T15:46:21.849Z] $ 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-13T15:46:25.326Z] $ docker top 359fd1e154955f064f22ce96bcc26d4b07eddef67773c77c18eb7949135db39d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-13T15:46:25.688Z] provisioning config files... [2020-08-13T15:46:25.704Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8295657902065519849tmp [Pipeline] { [Pipeline] echo [2020-08-13T15:46:25.762Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-13T15:46:26.857Z] ---> create-netrc.sh [Pipeline] echo [2020-08-13T15:46:26.888Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-13T15:46:27.652Z] ---> logs-deploy.sh [2020-08-13T15:46:27.652Z] + ARCHIVE_ARTIFACTS= [2020-08-13T15:46:27.652Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-13T15:46:27.652Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-13T15:46:27.652Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-13T15:46:27.652Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/34 [2020-08-13T15:46:27.652Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/34/ [2020-08-13T15:46:27.652Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/34 /w/workspace/dry_go-mod-core-contracts_master [2020-08-13T15:46:29.939Z] Archives upload complete. [2020-08-13T15:46:29.939Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/34 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-core-contracts/job/master/34/ [2020-08-13T15:46:31.079Z] ---> uname -a: [2020-08-13T15:46:31.079Z] Linux 359fd1e15495 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] ---> lscpu: [2020-08-13T15:46:31.079Z] Architecture: x86_64 [2020-08-13T15:46:31.079Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-13T15:46:31.079Z] Byte Order: Little Endian [2020-08-13T15:46:31.079Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-13T15:46:31.079Z] CPU(s): 4 [2020-08-13T15:46:31.079Z] On-line CPU(s) list: 0-3 [2020-08-13T15:46:31.079Z] Thread(s) per core: 1 [2020-08-13T15:46:31.079Z] Core(s) per socket: 1 [2020-08-13T15:46:31.079Z] Socket(s): 4 [2020-08-13T15:46:31.079Z] NUMA node(s): 1 [2020-08-13T15:46:31.079Z] Vendor ID: GenuineIntel [2020-08-13T15:46:31.079Z] CPU family: 6 [2020-08-13T15:46:31.079Z] Model: 44 [2020-08-13T15:46:31.079Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-13T15:46:31.079Z] Stepping: 1 [2020-08-13T15:46:31.079Z] CPU MHz: 2933.438 [2020-08-13T15:46:31.079Z] BogoMIPS: 5866.87 [2020-08-13T15:46:31.079Z] Virtualization: VT-x [2020-08-13T15:46:31.079Z] Hypervisor vendor: KVM [2020-08-13T15:46:31.079Z] Virtualization type: full [2020-08-13T15:46:31.079Z] L1d cache: 128 KiB [2020-08-13T15:46:31.079Z] L1i cache: 128 KiB [2020-08-13T15:46:31.079Z] L2 cache: 16 MiB [2020-08-13T15:46:31.079Z] L3 cache: 64 MiB [2020-08-13T15:46:31.079Z] NUMA node0 CPU(s): 0-3 [2020-08-13T15:46:31.079Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-13T15:46:31.079Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-13T15:46:31.079Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-13T15:46:31.079Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-13T15:46:31.079Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-13T15:46:31.079Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-13T15:46:31.079Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-13T15:46:31.079Z] Vulnerability Tsx async abort: Not affected [2020-08-13T15:46:31.079Z] 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-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] ---> nproc: [2020-08-13T15:46:31.079Z] 4 [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] ---> df -h: [2020-08-13T15:46:31.079Z] Filesystem Size Used Available Use% Mounted on [2020-08-13T15:46:31.079Z] overlay 50.0G 8.5G 41.5G 17% / [2020-08-13T15:46:31.079Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-08-13T15:46:31.079Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-08-13T15:46:31.079Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-08-13T15:46:31.079Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-08-13T15:46:31.079Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-08-13T15:46:31.079Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-08-13T15:46:31.079Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2020-08-13T15:46:31.079Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-08-13T15:46:31.079Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] ---> free -m: [2020-08-13T15:46:31.079Z] total used free shared buff/cache available [2020-08-13T15:46:31.079Z] Mem: 1837 748 122 0 966 1019 [2020-08-13T15:46:31.079Z] Swap: 1023 3 1020 [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] ---> ip addr: [2020-08-13T15:46:31.079Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-08-13T15:46:31.079Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-08-13T15:46:31.079Z] inet 127.0.0.1/8 scope host lo [2020-08-13T15:46:31.079Z] valid_lft forever preferred_lft forever [2020-08-13T15:46:31.079Z] 16: eth0@if17: mtu 1458 qdisc noqueue state UP [2020-08-13T15:46:31.079Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-08-13T15:46:31.079Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-08-13T15:46:31.079Z] valid_lft forever preferred_lft forever [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] ---> sar -b -r -n DEV: [2020-08-13T15:46:31.079Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/13/20 _x86_64_ (4 CPU) [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] 15:38:33 LINUX RESTART [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] 15:39:02 tps rtps wtps bread/s bwrtn/s [2020-08-13T15:46:31.079Z] 15:40:02 162.50 77.00 85.50 9838.69 40393.37 [2020-08-13T15:46:31.079Z] 15:41:01 7.48 1.84 5.63 130.58 143.18 [2020-08-13T15:46:31.079Z] 15:42:01 1.63 0.00 1.63 0.00 32.37 [2020-08-13T15:46:31.079Z] 15:43:01 0.32 0.00 0.32 0.00 4.45 [2020-08-13T15:46:31.079Z] 15:44:01 67.35 29.14 38.21 1507.03 18926.19 [2020-08-13T15:46:31.079Z] 15:45:01 330.79 168.68 162.11 7007.05 38928.88 [2020-08-13T15:46:31.079Z] 15:46:03 126.30 82.66 43.63 6688.40 6996.61 [2020-08-13T15:46:31.079Z] Average: 99.75 51.55 48.20 3609.48 15037.59 [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] 15:39:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-08-13T15:46:31.079Z] 15:40:02 123284 1758272 93.45 2620 1142848 1711404 58.41 440584 1154852 1868 [2020-08-13T15:46:31.079Z] 15:41:01 164080 1717476 91.28 2620 1145804 1138388 38.85 404032 1152612 20 [2020-08-13T15:46:31.079Z] 15:42:01 174132 1707424 90.75 2620 1145812 1067800 36.44 400864 1146428 8 [2020-08-13T15:46:31.079Z] 15:43:01 172332 1709224 90.84 2620 1145812 1068080 36.45 403820 1145800 20 [2020-08-13T15:46:31.079Z] 15:44:01 172280 1709276 90.84 2620 1069992 1282932 43.78 439596 1073412 104176 [2020-08-13T15:46:31.079Z] 15:45:01 118496 1763060 93.70 2452 1028636 1337504 45.65 555364 922400 70636 [2020-08-13T15:46:31.079Z] 15:46:03 83232 1798324 95.58 1604 1028680 1567540 53.50 659800 852884 62408 [2020-08-13T15:46:31.079Z] Average: 143977 1737579 92.35 2451 1101083 1310521 44.73 472009 1064055 34162 [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] 15:39:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-08-13T15:46:31.079Z] 15:40:02 veth3b631b6 6.36 3.57 1.03 9.84 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:40:02 eth0 215.96 174.04 1085.56 71.81 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:40:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:40:02 docker0 6.36 3.46 0.94 9.83 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:41:01 eth0 11.15 10.81 9.93 26.87 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:41:01 docker0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:42:01 eth0 1.15 0.08 0.11 0.01 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:43:01 eth0 0.50 0.32 0.27 0.20 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:44:01 eth0 114.44 68.10 3759.14 8.03 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:45:01 eth0 145.68 100.43 3333.16 48.38 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:45:01 docker0 13.81 13.51 1.16 121.72 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:46:03 eth0 157.70 104.47 1207.91 61.10 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:46:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] 15:46:03 docker0 21.22 36.34 1.48 181.98 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] Average: eth0 89.92 63.34 1339.37 30.78 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] Average: docker0 5.99 7.76 0.52 45.48 0.00 0.00 0.00 [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] ---> sar -P ALL: [2020-08-13T15:46:31.079Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/13/20 _x86_64_ (4 CPU) [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] 15:38:33 LINUX RESTART [2020-08-13T15:46:31.079Z] [2020-08-13T15:46:31.079Z] 15:39:02 CPU %user %nice %system %iowait %steal %idle [2020-08-13T15:46:31.079Z] 15:40:02 all 14.46 0.00 8.98 7.86 17.69 51.00 [2020-08-13T15:46:31.080Z] 15:40:02 0 13.33 0.00 10.24 6.12 19.00 51.31 [2020-08-13T15:46:31.080Z] 15:40:02 1 17.28 0.00 10.43 9.25 16.66 46.39 [2020-08-13T15:46:31.080Z] 15:40:02 2 13.39 0.00 7.28 6.96 17.84 54.53 [2020-08-13T15:46:31.080Z] 15:40:02 3 13.94 0.00 8.08 9.19 17.22 51.57 [2020-08-13T15:46:31.080Z] 15:41:01 all 0.74 0.00 0.18 0.22 0.88 97.98 [2020-08-13T15:46:31.080Z] 15:41:01 0 0.56 0.00 0.12 0.00 1.20 98.13 [2020-08-13T15:46:31.080Z] 15:41:01 1 0.88 0.00 0.14 0.05 0.73 98.20 [2020-08-13T15:46:31.080Z] 15:41:01 2 0.73 0.00 0.20 0.56 1.00 97.51 [2020-08-13T15:46:31.080Z] 15:41:01 3 0.76 0.00 0.25 0.27 0.59 98.12 [2020-08-13T15:46:31.080Z] 15:42:01 all 0.09 0.00 0.04 0.00 0.47 99.40 [2020-08-13T15:46:31.080Z] 15:42:01 0 0.27 0.00 0.02 0.00 0.35 99.37 [2020-08-13T15:46:31.080Z] 15:42:01 1 0.02 0.00 0.05 0.00 0.22 99.72 [2020-08-13T15:46:31.080Z] 15:42:01 2 0.08 0.00 0.08 0.00 0.68 99.15 [2020-08-13T15:46:31.080Z] 15:42:01 3 0.02 0.00 0.03 0.00 0.65 99.30 [2020-08-13T15:46:31.080Z] 15:43:01 all 0.11 0.00 0.03 0.00 0.42 99.44 [2020-08-13T15:46:31.080Z] 15:43:01 0 0.28 0.00 0.03 0.00 0.33 99.35 [2020-08-13T15:46:31.080Z] 15:43:01 1 0.03 0.00 0.02 0.00 0.32 99.63 [2020-08-13T15:46:31.080Z] 15:43:01 2 0.07 0.00 0.02 0.00 0.32 99.60 [2020-08-13T15:46:31.080Z] 15:43:01 3 0.05 0.00 0.05 0.00 0.71 99.19 [2020-08-13T15:46:31.080Z] 15:44:01 all 3.06 0.00 1.93 0.34 8.69 85.99 [2020-08-13T15:46:31.080Z] 15:44:01 0 3.39 0.00 2.37 1.00 9.18 84.07 [2020-08-13T15:46:31.080Z] 15:44:01 1 2.69 0.00 1.30 0.07 8.12 87.83 [2020-08-13T15:46:31.080Z] 15:44:01 2 2.70 0.00 1.69 0.15 8.95 86.51 [2020-08-13T15:46:31.080Z] 15:44:01 3 3.47 0.00 2.35 0.18 8.52 85.47 [2020-08-13T15:46:31.080Z] 15:45:01 all 7.78 0.00 6.17 2.70 19.38 63.97 [2020-08-13T15:46:31.080Z] 15:45:01 0 7.89 0.00 6.84 1.69 20.51 63.07 [2020-08-13T15:46:31.080Z] 15:45:01 1 6.70 0.00 5.88 2.19 18.54 66.69 [2020-08-13T15:46:31.080Z] 15:45:01 2 7.28 0.00 5.33 3.23 18.89 65.27 [2020-08-13T15:46:31.080Z] 15:45:01 3 9.27 0.00 6.67 3.68 19.60 60.79 [2020-08-13T15:46:31.080Z] 15:46:03 all 4.65 0.00 3.96 2.43 13.43 75.54 [2020-08-13T15:46:31.080Z] 15:46:03 0 2.89 0.00 3.39 1.12 15.09 77.50 [2020-08-13T15:46:31.080Z] 15:46:03 1 4.72 0.00 3.83 1.94 12.70 76.82 [2020-08-13T15:46:31.080Z] 15:46:03 2 8.33 0.00 5.27 3.67 12.93 69.79 [2020-08-13T15:46:31.080Z] 15:46:03 3 2.73 0.00 3.41 2.99 13.00 77.88 [2020-08-13T15:46:31.080Z] Average: all 4.42 0.00 3.06 1.94 8.79 81.79 [2020-08-13T15:46:31.080Z] Average: 0 4.09 0.00 3.30 1.42 9.47 81.73 [2020-08-13T15:46:31.080Z] Average: 1 4.59 0.00 3.08 1.90 8.26 82.17 [2020-08-13T15:46:31.080Z] Average: 2 4.72 0.00 2.88 2.11 8.76 81.52 [2020-08-13T15:46:31.080Z] Average: 3 4.29 0.00 2.98 2.33 8.66 81.75 [2020-08-13T15:46:31.080Z] [2020-08-13T15:46:31.080Z] [2020-08-13T15:46:31.080Z]