Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4847189fec9356fc1867d6a951a9c80fcf5aab87 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 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 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 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 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 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 # timeout=10 Commit message: "Merge pull request #218 from ernestojeda/add-geneva-release-stream" > 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:app-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false] ========================================================= [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: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go 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-app-functions-sdk-go 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: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-867 in /w/workspace/ndry_app-functions-sdk-go_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/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 4847189fec9356fc1867d6a951a9c80fcf5aab87 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.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/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4847189fec9356fc1867d6a951a9c80fcf5aab87 # timeout=10 Commit message: "fix(sdk): Fix version check to handle new core-data `dev` versions. (#416)" > git rev-list --no-walk 3c5d90b444acaacd451f7b7ebdf2088530767d3b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-24T16:52:27.960Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-24T16:52:28.199Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-24T16:52:28.298Z] ========================================================= [2020-07-24T16:52:28.298Z] EdgeX Global Pipelines Version Info [2020-07-24T16:52:28.298Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-24T16:52:29.709Z] ------------------- [2020-07-24T16:52:29.709Z] stable info: [2020-07-24T16:52:29.709Z] ------------------- [2020-07-24T16:52:29.709Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-24T16:52:29.709Z] Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 [2020-07-24T16:52:29.709Z] Message: update stable to v1.0.105 [2020-07-24T16:52:31.094Z] ------------------- [2020-07-24T16:52:31.094Z] experimental info: [2020-07-24T16:52:31.094Z] ------------------- [2020-07-24T16:52:31.094Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-24T16:52:31.094Z] Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 [2020-07-24T16:52:31.094Z] Message: update experimental to v1.0.105 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-24T16:52:33.151Z] + git log --format=format:%s -1 4847189fec9356fc1867d6a951a9c80fcf5aab87 [Pipeline] echo [2020-07-24T16:52:33.205Z] GIT_COMMIT: 4847189fec9356fc1867d6a951a9c80fcf5aab87, Commit Message: fix(sdk): Fix version check to handle new core-data `dev` versions. (#416) [Pipeline] echo [2020-07-24T16:52:33.306Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-07-24T16:52:33.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T16:52:34.370Z] [2020-07-24T16:52:34.370Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-24T16:52:34.722Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T16:52:34.722Z] latest: Pulling from edgex-devops/git-semver [2020-07-24T16:52:34.722Z] 31603596830f: Pulling fs layer [2020-07-24T16:52:34.722Z] 2a8b12db71e7: Pulling fs layer [2020-07-24T16:52:34.722Z] 6ca5941a6612: Pulling fs layer [2020-07-24T16:52:34.722Z] ecc8261a40a4: Pulling fs layer [2020-07-24T16:52:34.722Z] ecc8261a40a4: Waiting [2020-07-24T16:52:34.722Z] 2a8b12db71e7: Verifying Checksum [2020-07-24T16:52:34.722Z] 2a8b12db71e7: Download complete [2020-07-24T16:52:34.722Z] 31603596830f: Verifying Checksum [2020-07-24T16:52:34.722Z] 31603596830f: Download complete [2020-07-24T16:52:34.991Z] ecc8261a40a4: Verifying Checksum [2020-07-24T16:52:34.991Z] ecc8261a40a4: Download complete [2020-07-24T16:52:34.991Z] 6ca5941a6612: Verifying Checksum [2020-07-24T16:52:34.991Z] 6ca5941a6612: Download complete [2020-07-24T16:52:35.251Z] 31603596830f: Pull complete [2020-07-24T16:52:35.251Z] 2a8b12db71e7: Pull complete [2020-07-24T16:52:36.201Z] 6ca5941a6612: Pull complete [2020-07-24T16:52:36.201Z] ecc8261a40a4: Pull complete [2020-07-24T16:52:36.201Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-24T16:52:36.201Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T16:52:36.201Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-24T16:52:36.294Z] prd-centos7-docker-4c-2g-867 does not seem to be running inside a container [2020-07-24T16:52:36.330Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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-07-24T16:52:38.444Z] $ docker top 74d65207394e51f9042af8a86df97310fb14ff580db2c0df6a650b2b2b31d441 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-24T16:52:38.704Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-24T16:52:38.704Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-24T16:52:38.909Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-24T16:52:38.909Z] $ docker exec 74d65207394e51f9042af8a86df97310fb14ff580db2c0df6a650b2b2b31d441 ssh-agent [2020-07-24T16:52:39.072Z] SSH_AUTH_SOCK=/tmp/ssh-qxLt9Q9fJN3N/agent.11 [2020-07-24T16:52:39.072Z] SSH_AGENT_PID=17 [2020-07-24T16:52:39.081Z] Running ssh-add (command line suppressed) [2020-07-24T16:52:39.193Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2339207587023287874.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2339207587023287874.key) [2020-07-24T16:52:39.245Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-24T16:52:39.579Z] + git describe --exact-match --tags HEAD [2020-07-24T16:52:39.579Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-24T16:52:39.648Z] $ docker exec --env ******** --env ******** 74d65207394e51f9042af8a86df97310fb14ff580db2c0df6a650b2b2b31d441 ssh-agent -k [2020-07-24T16:52:39.767Z] unset SSH_AUTH_SOCK; [2020-07-24T16:52:39.767Z] unset SSH_AGENT_PID; [2020-07-24T16:52:39.767Z] echo Agent pid 17 killed; [2020-07-24T16:52:39.813Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-24T16:52:39.903Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-24T16:52:39.903Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-24T16:52:39.988Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-24T16:52:39.988Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-24T16:52:40.150Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-24T16:52:40.150Z] $ docker exec 74d65207394e51f9042af8a86df97310fb14ff580db2c0df6a650b2b2b31d441 ssh-agent [2020-07-24T16:52:40.307Z] SSH_AUTH_SOCK=/tmp/ssh-ePNUpu2GnEgI/agent.45 [2020-07-24T16:52:40.307Z] SSH_AGENT_PID=50 [2020-07-24T16:52:40.312Z] Running ssh-add (command line suppressed) [2020-07-24T16:52:40.426Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4876783495313266868.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4876783495313266868.key) [2020-07-24T16:52:40.476Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-24T16:52:40.878Z] + git semver init [2020-07-24T16:52:40.878Z] # -> Open(): unable to determine branch for HEAD [2020-07-24T16:52:40.878Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-07-24T16:52:40.878Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-07-24T16:52:40.878Z] # $SEMVER_REMOTE_NAME = origin [2020-07-24T16:52:40.878Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-24T16:52:40.878Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-24T16:52:40.878Z] # $SEMVER_BRANCH = master [2020-07-24T16:52:40.878Z] # $SEMVER_TEMP = /tmp/semver-213900827 [2020-07-24T16:52:40.878Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-07-24T16:52:43.431Z] # '/tmp/semver-213900827' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-07-24T16:52:43.431Z] # -> Force: false [2020-07-24T16:52:43.431Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-07-24T16:52:43.438Z] $ docker exec --env ******** --env ******** 74d65207394e51f9042af8a86df97310fb14ff580db2c0df6a650b2b2b31d441 ssh-agent -k [2020-07-24T16:52:43.551Z] unset SSH_AUTH_SOCK; [2020-07-24T16:52:43.552Z] unset SSH_AGENT_PID; [2020-07-24T16:52:43.552Z] echo Agent pid 50 killed; [2020-07-24T16:52:43.602Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-24T16:52:44.046Z] + git semver [Pipeline] } [2020-07-24T16:52:44.057Z] $ docker stop --time=1 74d65207394e51f9042af8a86df97310fb14ff580db2c0df6a650b2b2b31d441 [2020-07-24T16:52:45.497Z] $ docker rm -f 74d65207394e51f9042af8a86df97310fb14ff580db2c0df6a650b2b2b31d441 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-24T16:52:47.678Z] Stashed 25 file(s) [Pipeline] echo [2020-07-24T16:52:47.680Z] [edgeXSemver] initialized semver on version 1.2.1-dev.12 [Pipeline] echo [2020-07-24T16:52:47.762Z] Archived original version: [1.2.1-dev.12] [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-07-24T16:53:03.108Z] Still waiting to schedule task [2020-07-24T16:53:03.108Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-24T16:53:03.110Z] Still waiting to schedule task [2020-07-24T16:53:03.110Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-24T16:54:37.741Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-868 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-07-24T16:54:37.789Z] Running in /w/workspace/app-functions-sdk-go/80 [Pipeline] { [Pipeline] checkout [2020-07-24T16:54:43.213Z] using credential edgex-jenkins-ssh [2020-07-24T16:54:43.287Z] Cloning the remote Git repository [2020-07-24T16:54:43.287Z] Cloning with configured refspecs honoured and without tags [2020-07-24T16:54:43.342Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-24T16:54:43.458Z] > git init /w/workspace/app-functions-sdk-go/80 # timeout=10 [2020-07-24T16:54:43.534Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-24T16:54:43.535Z] > git --version # timeout=10 [2020-07-24T16:54:43.561Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T16:54:43.620Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T16:54:46.411Z] Fetching without tags [2020-07-24T16:54:46.338Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-24T16:54:46.365Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T16:54:46.395Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-24T16:54:46.421Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-24T16:54:46.422Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T16:54:46.432Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T16:54:46.873Z] Checking out Revision 4847189fec9356fc1867d6a951a9c80fcf5aab87 (master) [2020-07-24T16:54:46.889Z] > git config core.sparsecheckout # timeout=10 [2020-07-24T16:54:46.952Z] > git checkout -f 4847189fec9356fc1867d6a951a9c80fcf5aab87 # timeout=10 [2020-07-24T16:54:51.333Z] Commit message: "fix(sdk): Fix version check to handle new core-data `dev` versions. (#416)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-24T16:54:55.074Z] ========================================================= [2020-07-24T16:54:55.074Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-24T16:54:55.074Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-24T16:54:56.139Z] + 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-07-24T16:54:57.126Z] Sending build context to Docker daemon 36.87MB [2020-07-24T16:54:57.126Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-24T16:54:57.126Z] Step 2/8 : FROM ${BASE} [2020-07-24T16:54:57.730Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-24T16:54:57.730Z] b538f80385f9: Pulling fs layer [2020-07-24T16:54:57.730Z] 74f711af9a0d: Pulling fs layer [2020-07-24T16:54:57.730Z] 99f96fe45779: Pulling fs layer [2020-07-24T16:54:57.730Z] fd7a069fd194: Pulling fs layer [2020-07-24T16:54:57.730Z] 66aa3694b03b: Pulling fs layer [2020-07-24T16:54:57.730Z] 170f70906a0f: Pulling fs layer [2020-07-24T16:54:57.730Z] ad7c5574e4b9: Pulling fs layer [2020-07-24T16:54:57.730Z] e772456be8f7: Pulling fs layer [2020-07-24T16:54:57.730Z] c890913d741a: Pulling fs layer [2020-07-24T16:54:57.730Z] 2480fcc9aa5a: Pulling fs layer [2020-07-24T16:54:57.730Z] 09adf4765672: Pulling fs layer [2020-07-24T16:54:57.730Z] fd7a069fd194: Waiting [2020-07-24T16:54:57.730Z] 66aa3694b03b: Waiting [2020-07-24T16:54:57.730Z] c890913d741a: Waiting [2020-07-24T16:54:57.730Z] 170f70906a0f: Waiting [2020-07-24T16:54:57.730Z] 2480fcc9aa5a: Waiting [2020-07-24T16:54:57.730Z] ad7c5574e4b9: Waiting [2020-07-24T16:54:57.730Z] e772456be8f7: Waiting [2020-07-24T16:54:57.730Z] 09adf4765672: Waiting [2020-07-24T16:54:57.730Z] 99f96fe45779: Verifying Checksum [2020-07-24T16:54:57.730Z] 99f96fe45779: Download complete [2020-07-24T16:54:57.730Z] 74f711af9a0d: Verifying Checksum [2020-07-24T16:54:57.730Z] 74f711af9a0d: Download complete [2020-07-24T16:54:57.730Z] 66aa3694b03b: Verifying Checksum [2020-07-24T16:54:57.730Z] 66aa3694b03b: Download complete [2020-07-24T16:54:57.730Z] 170f70906a0f: Verifying Checksum [2020-07-24T16:54:57.730Z] 170f70906a0f: Download complete [2020-07-24T16:54:57.730Z] b538f80385f9: Download complete [2020-07-24T16:54:58.732Z] b538f80385f9: Pull complete [2020-07-24T16:54:59.011Z] 74f711af9a0d: Pull complete [2020-07-24T16:54:59.616Z] 99f96fe45779: Pull complete [2020-07-24T16:55:00.212Z] ad7c5574e4b9: Verifying Checksum [2020-07-24T16:55:00.212Z] ad7c5574e4b9: Download complete [2020-07-24T16:55:00.212Z] c890913d741a: Download complete [2020-07-24T16:55:02.207Z] 2480fcc9aa5a: Verifying Checksum [2020-07-24T16:55:02.207Z] 2480fcc9aa5a: Download complete [2020-07-24T16:55:02.207Z] 09adf4765672: Verifying Checksum [2020-07-24T16:55:02.207Z] 09adf4765672: Download complete [2020-07-24T16:55:02.479Z] e772456be8f7: Verifying Checksum [2020-07-24T16:55:02.479Z] e772456be8f7: Download complete [2020-07-24T16:55:03.453Z] fd7a069fd194: Verifying Checksum [2020-07-24T16:55:03.453Z] fd7a069fd194: Download complete [2020-07-24T16:55:15.850Z] fd7a069fd194: Pull complete [2020-07-24T16:55:15.850Z] 66aa3694b03b: Pull complete [2020-07-24T16:55:15.850Z] 170f70906a0f: Pull complete [2020-07-24T16:55:19.250Z] ad7c5574e4b9: Pull complete [2020-07-24T16:55:23.562Z] e772456be8f7: Pull complete [2020-07-24T16:55:23.562Z] c890913d741a: Pull complete [2020-07-24T16:55:26.198Z] 2480fcc9aa5a: Pull complete [2020-07-24T16:55:26.474Z] 09adf4765672: Pull complete [2020-07-24T16:55:26.474Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-24T16:55:26.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-24T16:55:26.474Z] ---> 2248a725d1cf [2020-07-24T16:55:26.474Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-24T16:55:26.746Z] latest: Pulling from library/docker [2020-07-24T16:55:27.023Z] b538f80385f9: Already exists [2020-07-24T16:55:27.023Z] 259a493cd78d: Pulling fs layer [2020-07-24T16:55:27.023Z] b8e66b5100f5: Pulling fs layer [2020-07-24T16:55:27.023Z] 39dc9c94d07c: Pulling fs layer [2020-07-24T16:55:27.023Z] 551b823b3b82: Pulling fs layer [2020-07-24T16:55:27.023Z] 3c52a74df98c: Pulling fs layer [2020-07-24T16:55:27.023Z] 6c9b121b6998: Pulling fs layer [2020-07-24T16:55:27.023Z] 551b823b3b82: Waiting [2020-07-24T16:55:27.023Z] 3c52a74df98c: Waiting [2020-07-24T16:55:27.023Z] 6c9b121b6998: Waiting [2020-07-24T16:55:27.023Z] b8e66b5100f5: Verifying Checksum [2020-07-24T16:55:27.023Z] b8e66b5100f5: Download complete [2020-07-24T16:55:27.023Z] 259a493cd78d: Verifying Checksum [2020-07-24T16:55:27.023Z] 259a493cd78d: Download complete [2020-07-24T16:55:27.300Z] 551b823b3b82: Download complete [2020-07-24T16:55:27.300Z] 3c52a74df98c: Verifying Checksum [2020-07-24T16:55:27.300Z] 3c52a74df98c: Download complete [2020-07-24T16:55:27.300Z] 6c9b121b6998: Verifying Checksum [2020-07-24T16:55:27.300Z] 6c9b121b6998: Download complete [2020-07-24T16:55:27.913Z] 259a493cd78d: Pull complete [2020-07-24T16:55:28.191Z] b8e66b5100f5: Pull complete [2020-07-24T16:55:28.467Z] 39dc9c94d07c: Verifying Checksum [2020-07-24T16:55:28.467Z] 39dc9c94d07c: Download complete [2020-07-24T16:55:31.865Z] 39dc9c94d07c: Pull complete [2020-07-24T16:55:31.865Z] 551b823b3b82: Pull complete [2020-07-24T16:55:32.460Z] 3c52a74df98c: Pull complete [2020-07-24T16:55:32.740Z] 6c9b121b6998: Pull complete [2020-07-24T16:55:32.740Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-24T16:55:32.740Z] Status: Downloaded newer image for docker:latest [2020-07-24T16:55:41.036Z] ---> ae55e793da7f [2020-07-24T16:55:41.036Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-24T16:55:41.036Z] ---> Running in af965b9fd728 [2020-07-24T16:55:41.036Z] Removing intermediate container af965b9fd728 [2020-07-24T16:55:41.036Z] ---> aedb8433d928 [2020-07-24T16:55:41.036Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-07-24T16:55:41.036Z] ---> Running in 732d34b999e5 [2020-07-24T16:55:42.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T16:55:43.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T16:55:44.043Z] (1/5) Installing libsodium (1.0.18-r0) [2020-07-24T16:55:44.043Z] (2/5) Installing libzmq (4.3.2-r0) [2020-07-24T16:55:44.315Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-07-24T16:55:44.315Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-07-24T16:55:44.315Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-07-24T16:55:44.586Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T16:55:44.586Z] OK: 143 MiB in 44 packages [2020-07-24T16:55:46.022Z] Removing intermediate container 732d34b999e5 [2020-07-24T16:55:46.022Z] ---> 49661279bf70 [2020-07-24T16:55:46.022Z] Step 6/8 : WORKDIR /build [2020-07-24T16:55:46.022Z] ---> Running in 632c395de7ab [2020-07-24T16:55:46.295Z] Removing intermediate container 632c395de7ab [2020-07-24T16:55:46.295Z] ---> ff7db078e950 [2020-07-24T16:55:46.295Z] Step 7/8 : COPY go.mod . [2020-07-24T16:55:46.894Z] ---> fd82bb93ade7 [2020-07-24T16:55:46.894Z] Step 8/8 : RUN go mod download [2020-07-24T16:55:47.167Z] ---> Running in 53df0e807297 [2020-07-24T16:55:50.553Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-24T16:55:50.553Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-24T16:55:50.553Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-24T16:55:50.553Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-24T16:55:50.553Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-24T16:55:50.553Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-24T16:55:50.553Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-24T16:55:50.553Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-24T16:55:50.553Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-24T16:55:50.553Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-24T16:55:50.553Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-24T16:55:50.553Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-24T16:55:50.553Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-24T16:55:50.553Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-24T16:55:50.553Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-24T16:55:50.553Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-24T16:55:50.553Z] go: finding github.com/fatih/color v1.7.0 [2020-07-24T16:55:50.553Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-24T16:55:50.553Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-24T16:55:50.553Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-24T16:55:50.553Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-24T16:55:50.553Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-24T16:55:50.553Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-24T16:55:50.553Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-24T16:55:50.553Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-24T16:55:50.553Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-24T16:55:50.553Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-24T16:55:50.553Z] go: finding github.com/google/go-cmp v0.4.0 [2020-07-24T16:55:50.553Z] go: finding github.com/google/uuid v1.1.1 [2020-07-24T16:55:50.553Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-24T16:55:50.825Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-24T16:55:50.825Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-24T16:55:50.825Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-24T16:55:50.825Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-24T16:55:50.825Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-24T16:55:50.825Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-24T16:55:50.825Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-24T16:55:50.825Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-24T16:55:50.825Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-24T16:55:50.825Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-24T16:55:50.825Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-24T16:55:51.096Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-24T16:55:51.096Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-24T16:55:51.096Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-24T16:55:51.096Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-24T16:55:51.096Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-24T16:55:51.096Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-24T16:55:51.096Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-24T16:55:51.096Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-24T16:55:51.096Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-24T16:55:51.096Z] go: finding github.com/kr/pty v1.1.1 [2020-07-24T16:55:51.096Z] go: finding github.com/kr/text v0.1.0 [2020-07-24T16:55:51.096Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-24T16:55:51.368Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-24T16:55:51.368Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-24T16:55:51.368Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-24T16:55:51.368Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-24T16:55:51.368Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-24T16:55:51.368Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-24T16:55:51.368Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-24T16:55:51.368Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-24T16:55:51.368Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-24T16:55:51.368Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-24T16:55:51.368Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-24T16:55:51.640Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-24T16:55:51.640Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-24T16:55:51.640Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-24T16:55:51.640Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-24T16:55:51.640Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-24T16:55:51.640Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-24T16:55:51.640Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-24T16:55:51.911Z] go: finding github.com/posener/complete v1.1.1 [2020-07-24T16:55:51.911Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-24T16:55:51.911Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-24T16:55:51.911Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-24T16:55:51.911Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-24T16:55:51.911Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-07-24T16:55:51.911Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-24T16:55:51.911Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-24T16:55:51.911Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-24T16:55:51.911Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-24T16:55:52.184Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-24T16:55:52.184Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-24T16:55:52.184Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-24T16:55:52.184Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-24T16:55:52.184Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-24T16:55:52.184Z] go: finding golang.org/x/text v0.3.2 [2020-07-24T16:55:52.184Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-24T16:55:52.184Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-07-24T16:55:52.457Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-24T16:55:52.457Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-24T16:55:52.457Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-24T16:55:52.457Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-24T16:55:52.457Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-24T16:56:10.841Z] Removing intermediate container 53df0e807297 [2020-07-24T16:56:10.841Z] ---> d993398ddfcc [2020-07-24T16:56:10.841Z] Successfully built d993398ddfcc [2020-07-24T16:56:10.841Z] 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-07-24T16:56:27.820Z] Running on prd-centos7-docker-4c-2g-869 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-07-24T16:56:27.870Z] Running in /w/workspace/app-functions-sdk-go/80 [Pipeline] { [Pipeline] checkout [2020-07-24T16:56:33.242Z] using credential edgex-jenkins-ssh [2020-07-24T16:56:33.294Z] Cloning the remote Git repository [2020-07-24T16:56:33.294Z] Cloning with configured refspecs honoured and without tags [2020-07-24T16:56:33.364Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-24T16:56:33.465Z] > git init /w/workspace/app-functions-sdk-go/80 # timeout=10 [2020-07-24T16:56:33.584Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-24T16:56:33.585Z] > git --version # timeout=10 [2020-07-24T16:56:33.608Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T16:56:33.692Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T16:56:35.487Z] Fetching without tags [2020-07-24T16:56:35.430Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-24T16:56:35.442Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T16:56:35.476Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-24T16:56:35.490Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-24T16:56:35.490Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T16:56:35.495Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T16:56:35.852Z] Checking out Revision 4847189fec9356fc1867d6a951a9c80fcf5aab87 (master) [2020-07-24T16:56:35.864Z] > git config core.sparsecheckout # timeout=10 [2020-07-24T16:56:35.874Z] > git checkout -f 4847189fec9356fc1867d6a951a9c80fcf5aab87 # timeout=10 [2020-07-24T16:56:40.388Z] Commit message: "fix(sdk): Fix version check to handle new core-data `dev` versions. (#416)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-24T16:56:44.598Z] ========================================================= [2020-07-24T16:56:44.598Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-24T16:56:44.598Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-24T16:56:45.509Z] + 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-07-24T16:56:46.481Z] Sending build context to Docker daemon 36.86MB [2020-07-24T16:56:46.481Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-24T16:56:46.481Z] Step 2/8 : FROM ${BASE} [2020-07-24T16:56:46.481Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-24T16:56:46.481Z] df20fa9351a1: Pulling fs layer [2020-07-24T16:56:46.481Z] ed8968b2872e: Pulling fs layer [2020-07-24T16:56:46.481Z] a92cc7c5fd73: Pulling fs layer [2020-07-24T16:56:46.481Z] 2dd03ba5bac4: Pulling fs layer [2020-07-24T16:56:46.481Z] 1e091d79d1de: Pulling fs layer [2020-07-24T16:56:46.481Z] 481702a1767f: Pulling fs layer [2020-07-24T16:56:46.481Z] f64a6f60c768: Pulling fs layer [2020-07-24T16:56:46.481Z] e78d2573fc39: Pulling fs layer [2020-07-24T16:56:46.481Z] e876d2f968b6: Pulling fs layer [2020-07-24T16:56:46.481Z] ce8a83651883: Pulling fs layer [2020-07-24T16:56:46.481Z] 07967f4d0e4b: Pulling fs layer [2020-07-24T16:56:46.481Z] 481702a1767f: Waiting [2020-07-24T16:56:46.481Z] f64a6f60c768: Waiting [2020-07-24T16:56:46.481Z] e78d2573fc39: Waiting [2020-07-24T16:56:46.481Z] 2dd03ba5bac4: Waiting [2020-07-24T16:56:46.481Z] 1e091d79d1de: Waiting [2020-07-24T16:56:46.481Z] e876d2f968b6: Waiting [2020-07-24T16:56:46.481Z] ce8a83651883: Waiting [2020-07-24T16:56:46.481Z] 07967f4d0e4b: Waiting [2020-07-24T16:56:46.481Z] a92cc7c5fd73: Verifying Checksum [2020-07-24T16:56:46.481Z] a92cc7c5fd73: Download complete [2020-07-24T16:56:46.481Z] ed8968b2872e: Verifying Checksum [2020-07-24T16:56:46.481Z] ed8968b2872e: Download complete [2020-07-24T16:56:46.481Z] 1e091d79d1de: Verifying Checksum [2020-07-24T16:56:46.481Z] 1e091d79d1de: Download complete [2020-07-24T16:56:46.481Z] 481702a1767f: Verifying Checksum [2020-07-24T16:56:46.481Z] 481702a1767f: Download complete [2020-07-24T16:56:46.481Z] df20fa9351a1: Verifying Checksum [2020-07-24T16:56:46.481Z] df20fa9351a1: Download complete [2020-07-24T16:56:47.709Z] df20fa9351a1: Pull complete [2020-07-24T16:56:47.709Z] ed8968b2872e: Pull complete [2020-07-24T16:56:48.088Z] a92cc7c5fd73: Pull complete [2020-07-24T16:56:49.151Z] f64a6f60c768: Verifying Checksum [2020-07-24T16:56:49.151Z] f64a6f60c768: Download complete [2020-07-24T16:56:49.151Z] e876d2f968b6: Verifying Checksum [2020-07-24T16:56:49.151Z] e876d2f968b6: Download complete [2020-07-24T16:56:50.975Z] e78d2573fc39: Verifying Checksum [2020-07-24T16:56:50.975Z] e78d2573fc39: Download complete [2020-07-24T16:56:50.975Z] 07967f4d0e4b: Verifying Checksum [2020-07-24T16:56:50.975Z] 07967f4d0e4b: Download complete [2020-07-24T16:56:50.975Z] 2dd03ba5bac4: Verifying Checksum [2020-07-24T16:56:50.975Z] 2dd03ba5bac4: Download complete [2020-07-24T16:56:51.244Z] ce8a83651883: Verifying Checksum [2020-07-24T16:56:51.244Z] ce8a83651883: Download complete [2020-07-24T16:57:02.138Z] 2dd03ba5bac4: Pull complete [2020-07-24T16:57:02.138Z] 1e091d79d1de: Pull complete [2020-07-24T16:57:02.138Z] 481702a1767f: Pull complete [2020-07-24T16:57:08.961Z] f64a6f60c768: Pull complete [2020-07-24T16:57:12.720Z] e78d2573fc39: Pull complete [2020-07-24T16:57:12.720Z] e876d2f968b6: Pull complete [2020-07-24T16:57:14.266Z] ce8a83651883: Pull complete [2020-07-24T16:57:14.535Z] 07967f4d0e4b: Pull complete [2020-07-24T16:57:14.535Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-24T16:57:14.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-24T16:57:14.535Z] ---> 5d7c900382c6 [2020-07-24T16:57:14.535Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-24T16:57:14.820Z] latest: Pulling from library/docker [2020-07-24T16:57:15.119Z] df20fa9351a1: Already exists [2020-07-24T16:57:15.119Z] 25ad7478873d: Pulling fs layer [2020-07-24T16:57:15.119Z] 4684f6177b5d: Pulling fs layer [2020-07-24T16:57:15.119Z] 46e300cec669: Pulling fs layer [2020-07-24T16:57:15.119Z] 63038576ad94: Pulling fs layer [2020-07-24T16:57:15.119Z] 0fdb76c4706c: Pulling fs layer [2020-07-24T16:57:15.119Z] cb7edeffdfd5: Pulling fs layer [2020-07-24T16:57:15.119Z] 63038576ad94: Waiting [2020-07-24T16:57:15.119Z] 0fdb76c4706c: Waiting [2020-07-24T16:57:15.119Z] cb7edeffdfd5: Waiting [2020-07-24T16:57:15.119Z] 4684f6177b5d: Download complete [2020-07-24T16:57:15.448Z] 25ad7478873d: Verifying Checksum [2020-07-24T16:57:15.448Z] 25ad7478873d: Download complete [2020-07-24T16:57:16.078Z] 63038576ad94: Verifying Checksum [2020-07-24T16:57:16.078Z] 63038576ad94: Download complete [2020-07-24T16:57:16.078Z] 0fdb76c4706c: Verifying Checksum [2020-07-24T16:57:16.078Z] 0fdb76c4706c: Download complete [2020-07-24T16:57:16.078Z] cb7edeffdfd5: Verifying Checksum [2020-07-24T16:57:16.078Z] cb7edeffdfd5: Download complete [2020-07-24T16:57:16.523Z] 25ad7478873d: Pull complete [2020-07-24T16:57:16.523Z] 4684f6177b5d: Pull complete [2020-07-24T16:57:17.861Z] 46e300cec669: Verifying Checksum [2020-07-24T16:57:17.861Z] 46e300cec669: Download complete [2020-07-24T16:57:24.687Z] 46e300cec669: Pull complete [2020-07-24T16:57:24.687Z] 63038576ad94: Pull complete [2020-07-24T16:57:24.687Z] 0fdb76c4706c: Pull complete [2020-07-24T16:57:24.687Z] cb7edeffdfd5: Pull complete [2020-07-24T16:57:24.687Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-24T16:57:24.687Z] Status: Downloaded newer image for docker:latest [2020-07-24T16:57:26.766Z] ---> b9b8e89b18a6 [2020-07-24T16:57:26.766Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-24T16:57:26.766Z] ---> Running in 26137eb6d2fa [2020-07-24T16:57:27.036Z] Removing intermediate container 26137eb6d2fa [2020-07-24T16:57:27.036Z] ---> 60034796cff6 [2020-07-24T16:57:27.036Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-07-24T16:57:27.036Z] ---> Running in 8567d1872c53 [2020-07-24T16:57:28.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T16:57:29.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T16:57:29.841Z] (1/5) Installing libsodium (1.0.18-r0) [2020-07-24T16:57:29.841Z] (2/5) Installing libzmq (4.3.2-r0) [2020-07-24T16:57:29.841Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-07-24T16:57:30.112Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-07-24T16:57:30.112Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-07-24T16:57:30.379Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T16:57:30.379Z] OK: 167 MiB in 44 packages [2020-07-24T16:57:30.990Z] Removing intermediate container 8567d1872c53 [2020-07-24T16:57:30.990Z] ---> 958044e7d856 [2020-07-24T16:57:30.990Z] Step 6/8 : WORKDIR /build [2020-07-24T16:57:30.990Z] ---> Running in b431783937bd [2020-07-24T16:57:31.257Z] Removing intermediate container b431783937bd [2020-07-24T16:57:31.257Z] ---> 307d4142ab51 [2020-07-24T16:57:31.257Z] Step 7/8 : COPY go.mod . [2020-07-24T16:57:31.532Z] ---> 4980f6ae3ee7 [2020-07-24T16:57:31.532Z] Step 8/8 : RUN go mod download [2020-07-24T16:57:31.808Z] ---> Running in 6a2c1d96dc25 [2020-07-24T16:57:35.172Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-24T16:57:35.172Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-24T16:57:35.172Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-24T16:57:35.172Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-24T16:57:35.172Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-24T16:57:35.172Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-24T16:57:35.172Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-24T16:57:35.172Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-24T16:57:35.436Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-24T16:57:35.437Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-24T16:57:35.437Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-24T16:57:35.437Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-24T16:57:35.437Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-24T16:57:35.437Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-24T16:57:35.437Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-24T16:57:35.437Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-24T16:57:35.437Z] go: finding github.com/fatih/color v1.7.0 [2020-07-24T16:57:35.437Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-24T16:57:35.437Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-24T16:57:35.709Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-24T16:57:35.709Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-24T16:57:35.709Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-24T16:57:35.709Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-24T16:57:35.709Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-24T16:57:35.709Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-24T16:57:35.709Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-24T16:57:35.709Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-24T16:57:35.709Z] go: finding github.com/google/go-cmp v0.4.0 [2020-07-24T16:57:35.709Z] go: finding github.com/google/uuid v1.1.1 [2020-07-24T16:57:35.709Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-24T16:57:35.709Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-24T16:57:35.976Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-24T16:57:35.977Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-24T16:57:35.977Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-24T16:57:35.977Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-24T16:57:35.977Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-24T16:57:35.977Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-24T16:57:35.977Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-24T16:57:35.977Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-24T16:57:35.977Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-24T16:57:35.977Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-24T16:57:35.977Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-24T16:57:35.977Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-24T16:57:36.240Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-24T16:57:36.240Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-24T16:57:36.240Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-24T16:57:36.240Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-24T16:57:36.240Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-24T16:57:36.240Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-24T16:57:36.240Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-24T16:57:36.240Z] go: finding github.com/kr/pty v1.1.1 [2020-07-24T16:57:36.240Z] go: finding github.com/kr/text v0.1.0 [2020-07-24T16:57:36.240Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-24T16:57:36.515Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-24T16:57:36.515Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-24T16:57:36.515Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-24T16:57:36.515Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-24T16:57:36.515Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-24T16:57:36.515Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-24T16:57:36.515Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-24T16:57:36.515Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-24T16:57:36.515Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-24T16:57:36.515Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-24T16:57:36.782Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-24T16:57:36.782Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-24T16:57:36.782Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-24T16:57:36.782Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-24T16:57:36.782Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-24T16:57:36.782Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-24T16:57:36.782Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-24T16:57:36.782Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-24T16:57:36.782Z] go: finding github.com/posener/complete v1.1.1 [2020-07-24T16:57:36.782Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-24T16:57:37.047Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-24T16:57:37.047Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-24T16:57:37.047Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-24T16:57:37.047Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-07-24T16:57:37.047Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-24T16:57:37.047Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-24T16:57:37.047Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-24T16:57:37.047Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-24T16:57:37.047Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-24T16:57:37.047Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-24T16:57:37.047Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-24T16:57:37.047Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-24T16:57:37.313Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-24T16:57:37.313Z] go: finding golang.org/x/text v0.3.2 [2020-07-24T16:57:37.313Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-24T16:57:37.313Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-07-24T16:57:37.313Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-24T16:57:37.313Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-24T16:57:37.313Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-24T16:57:37.313Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-24T16:57:37.313Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-24T16:57:55.815Z] Removing intermediate container 6a2c1d96dc25 [2020-07-24T16:57:55.815Z] ---> fc56be1388e1 [2020-07-24T16:57:55.815Z] Successfully built fc56be1388e1 [2020-07-24T16:57:55.815Z] 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-07-24T16:57:58.164Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-24T16:57:58.166Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-24T16:57:58.217Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-24T16:57:58.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-24T16:57:58.555Z] [2020-07-24T16:57:58.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-24T16:57:58.914Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-24T16:57:58.914Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-24T16:57:58.914Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-24T16:57:58.914Z] 408f87550127: Pulling fs layer [2020-07-24T16:57:58.914Z] fe522b08c979: Pulling fs layer [2020-07-24T16:57:58.914Z] 221eaa008020: Pulling fs layer [2020-07-24T16:57:58.914Z] 2a4607e5d6b9: Pulling fs layer [2020-07-24T16:57:58.914Z] 8f79b27c4fd2: Pulling fs layer [2020-07-24T16:57:58.914Z] e5c8dbe1645b: Pulling fs layer [2020-07-24T16:57:58.914Z] 23e8b3b47431: Pulling fs layer [2020-07-24T16:57:58.914Z] 5c568d65a230: Pulling fs layer [2020-07-24T16:57:58.914Z] 23e8b3b47431: Waiting [2020-07-24T16:57:58.914Z] 8f79b27c4fd2: Waiting [2020-07-24T16:57:58.914Z] e5c8dbe1645b: Waiting [2020-07-24T16:57:58.914Z] 5c568d65a230: Waiting [2020-07-24T16:57:58.914Z] 221eaa008020: Waiting [2020-07-24T16:57:58.914Z] 2a4607e5d6b9: Waiting [2020-07-24T16:57:58.914Z] fe522b08c979: Download complete [2020-07-24T16:57:58.914Z] 408f87550127: Download complete [2020-07-24T16:57:58.914Z] 2a4607e5d6b9: Verifying Checksum [2020-07-24T16:57:58.914Z] 2a4607e5d6b9: Download complete [2020-07-24T16:57:58.914Z] 8f79b27c4fd2: Verifying Checksum [2020-07-24T16:57:58.914Z] 8f79b27c4fd2: Download complete [2020-07-24T16:57:58.914Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-24T16:57:58.914Z] cbdbe7a5bc2a: Download complete [2020-07-24T16:57:59.202Z] e5c8dbe1645b: Verifying Checksum [2020-07-24T16:57:59.202Z] e5c8dbe1645b: Download complete [2020-07-24T16:57:59.500Z] cbdbe7a5bc2a: Pull complete [2020-07-24T16:57:59.768Z] 23e8b3b47431: Verifying Checksum [2020-07-24T16:57:59.768Z] 23e8b3b47431: Download complete [2020-07-24T16:58:00.032Z] 5c568d65a230: Verifying Checksum [2020-07-24T16:58:00.032Z] 5c568d65a230: Download complete [2020-07-24T16:58:00.032Z] 408f87550127: Pull complete [2020-07-24T16:58:00.293Z] fe522b08c979: Pull complete [2020-07-24T16:58:00.556Z] 221eaa008020: Download complete [2020-07-24T16:58:05.867Z] 221eaa008020: Pull complete [2020-07-24T16:58:05.867Z] 2a4607e5d6b9: Pull complete [2020-07-24T16:58:05.867Z] 8f79b27c4fd2: Pull complete [2020-07-24T16:58:08.451Z] e5c8dbe1645b: Pull complete [2020-07-24T16:58:11.755Z] 23e8b3b47431: Pull complete [2020-07-24T16:58:12.329Z] 5c568d65a230: Pull complete [2020-07-24T16:58:12.901Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-24T16:58:12.901Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-24T16:58:12.901Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-24T16:58:13.058Z] prd-centos7-docker-4c-2g-867 does not seem to be running inside a container [2020-07-24T16:58:13.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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-07-24T16:58:14.066Z] $ docker top efeb21e4c6b6b4b53edbcf5fb915d2fbc3b6bd34b21e80c20d036b3b7d0bde1a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-24T16:58:14.563Z] + snyk monitor '--org=edgex-jenkins' [2020-07-24T16:58:29.471Z] [2020-07-24T16:58:29.472Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-07-24T16:58:29.472Z] [2020-07-24T16:58:29.472Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/3f2e19fb-593f-49ea-a805-6b4007a9321e [2020-07-24T16:58:29.472Z] [2020-07-24T16:58:29.472Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-24T16:58:29.472Z] [2020-07-24T16:58:29.472Z] [2020-07-24T16:58:29.472Z] Snyk CLI supports Node.js 8 and higher. [2020-07-24T16:58:29.472Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-07-24T16:58:29.472Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-07-24T16:58:29.472Z] [2020-07-24T16:58:29.472Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-07-24T16:58:29.472Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-07-24T16:58:29.482Z] $ docker stop --time=1 efeb21e4c6b6b4b53edbcf5fb915d2fbc3b6bd34b21e80c20d036b3b7d0bde1a [2020-07-24T16:58:33.692Z] $ docker rm -f efeb21e4c6b6b4b53edbcf5fb915d2fbc3b6bd34b21e80c20d036b3b7d0bde1a [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-07-24T16:58:35.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T16:58:35.915Z] . [Pipeline] withDockerContainer [2020-07-24T16:58:36.005Z] prd-centos7-docker-4c-2g-867 does not seem to be running inside a container [2020-07-24T16:58:36.040Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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-07-24T16:58:36.698Z] $ docker top 9b3193ef75f869f5425b28b4de69cc26a0e9738a45272c21d0bf673273c4957f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-24T16:58:37.006Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-24T16:58:37.006Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-24T16:58:37.222Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-24T16:58:37.223Z] $ docker exec 9b3193ef75f869f5425b28b4de69cc26a0e9738a45272c21d0bf673273c4957f ssh-agent [2020-07-24T16:58:37.390Z] SSH_AUTH_SOCK=/tmp/ssh-IlDBQW83o4fV/agent.11 [2020-07-24T16:58:37.390Z] SSH_AGENT_PID=17 [2020-07-24T16:58:37.397Z] Running ssh-add (command line suppressed) [2020-07-24T16:58:37.520Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2453135537565392186.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2453135537565392186.key) [2020-07-24T16:58:37.571Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-24T16:58:37.901Z] + git semver tag [2020-07-24T16:58:37.901Z] # -> Open(): unable to determine branch for HEAD [2020-07-24T16:58:37.901Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-07-24T16:58:37.901Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-07-24T16:58:37.901Z] # $SEMVER_REMOTE_NAME = origin [2020-07-24T16:58:37.901Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-24T16:58:37.901Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-24T16:58:37.901Z] # $SEMVER_BRANCH = master [2020-07-24T16:58:37.901Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-07-24T16:58:37.901Z] # 4847189fec9356fc1867d6a951a9c80fcf5aab87 HEAD [2020-07-24T16:58:37.901Z] # -> Force: false [2020-07-24T16:58:37.901Z] # 465d82d05aae1c48546ebc17b4a3a9bd185abe4e refs/tags/v1.2.1-dev.12 [Pipeline] } [2020-07-24T16:58:37.909Z] $ docker exec --env ******** --env ******** 9b3193ef75f869f5425b28b4de69cc26a0e9738a45272c21d0bf673273c4957f ssh-agent -k [2020-07-24T16:58:38.046Z] unset SSH_AUTH_SOCK; [2020-07-24T16:58:38.046Z] unset SSH_AGENT_PID; [2020-07-24T16:58:38.046Z] echo Agent pid 17 killed; [2020-07-24T16:58:38.093Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-24T16:58:38.541Z] + git semver [Pipeline] } [2020-07-24T16:58:38.552Z] $ docker stop --time=1 9b3193ef75f869f5425b28b4de69cc26a0e9738a45272c21d0bf673273c4957f [2020-07-24T16:58:39.887Z] $ docker rm -f 9b3193ef75f869f5425b28b4de69cc26a0e9738a45272c21d0bf673273c4957f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-24T16:58:40.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-24T16:58:40.540Z] [2020-07-24T16:58:40.540Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-24T16:58:40.919Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-24T16:58:40.919Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-24T16:58:40.919Z] ab5ef0e58194: Pulling fs layer [2020-07-24T16:58:40.919Z] 9712f1f96733: Pulling fs layer [2020-07-24T16:58:40.919Z] 63f879dbbcfc: Pulling fs layer [2020-07-24T16:58:40.919Z] 0d9ebad4ef96: Pulling fs layer [2020-07-24T16:58:40.919Z] e9a5061849ea: Pulling fs layer [2020-07-24T16:58:40.919Z] d747dcd14b5f: Pulling fs layer [2020-07-24T16:58:40.919Z] 2de7ff778b66: Pulling fs layer [2020-07-24T16:58:40.919Z] e9a5061849ea: Waiting [2020-07-24T16:58:40.919Z] d747dcd14b5f: Waiting [2020-07-24T16:58:40.919Z] 2de7ff778b66: Waiting [2020-07-24T16:58:40.919Z] 0d9ebad4ef96: Waiting [2020-07-24T16:58:40.919Z] 9712f1f96733: Verifying Checksum [2020-07-24T16:58:40.919Z] 9712f1f96733: Download complete [2020-07-24T16:58:41.514Z] 63f879dbbcfc: Verifying Checksum [2020-07-24T16:58:41.514Z] 63f879dbbcfc: Download complete [2020-07-24T16:58:41.514Z] e9a5061849ea: Verifying Checksum [2020-07-24T16:58:41.514Z] e9a5061849ea: Download complete [2020-07-24T16:58:41.778Z] d747dcd14b5f: Verifying Checksum [2020-07-24T16:58:41.778Z] d747dcd14b5f: Download complete [2020-07-24T16:58:41.778Z] 0d9ebad4ef96: Verifying Checksum [2020-07-24T16:58:41.778Z] 0d9ebad4ef96: Download complete [2020-07-24T16:58:41.778Z] 2de7ff778b66: Verifying Checksum [2020-07-24T16:58:41.778Z] 2de7ff778b66: Download complete [2020-07-24T16:58:42.040Z] ab5ef0e58194: Verifying Checksum [2020-07-24T16:58:42.040Z] ab5ef0e58194: Download complete [2020-07-24T16:58:46.293Z] ab5ef0e58194: Pull complete [2020-07-24T16:58:46.293Z] 9712f1f96733: Pull complete [2020-07-24T16:58:48.843Z] 63f879dbbcfc: Pull complete [2020-07-24T16:58:55.454Z] 0d9ebad4ef96: Pull complete [2020-07-24T16:58:55.454Z] e9a5061849ea: Pull complete [2020-07-24T16:58:55.719Z] d747dcd14b5f: Pull complete [2020-07-24T16:59:01.032Z] 2de7ff778b66: Pull complete [2020-07-24T16:59:01.032Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-24T16:59:01.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-24T16:59:01.032Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-24T16:59:01.199Z] prd-centos7-docker-4c-2g-867 does not seem to be running inside a container [2020-07-24T16:59:01.238Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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-07-24T16:59:03.726Z] $ docker top 0547bbcbaeeacedee69d191df966d68e059aadca1e621dcb8efb6498be4a9a8f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-24T16:59:03.961Z] provisioning config files... [2020-07-24T16:59:03.973Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1449490702551158045tmp [2020-07-24T16:59:03.995Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7583987166988162832tmp [2020-07-24T16:59:04.009Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3418759624799125504tmp [Pipeline] { [Pipeline] echo [2020-07-24T16:59:04.055Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T16:59:04.353Z] ---> sigul-configuration.sh [2020-07-24T16:59:04.354Z] gpg: directory `/root/.gnupg' created [2020-07-24T16:59:04.354Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-24T16:59:04.354Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-24T16:59:04.354Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-24T16:59:04.354Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-24T16:59:04.354Z] gpg: CAST5 encrypted data [2020-07-24T16:59:04.616Z] gpg: encrypted with 1 passphrase [2020-07-24T16:59:04.616Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-24T16:59:04.909Z] + mkdir /home/jenkins [2020-07-24T16:59:04.909Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-24T16:59:05.206Z] + 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-07-24T16:59:05.216Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T16:59:05.506Z] ---> sigul-install.sh [2020-07-24T16:59:10.813Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-24T16:59:11.109Z] + git tag --list [2020-07-24T16:59:11.109Z] v1.2.1-dev.12 [Pipeline] sh [2020-07-24T16:59:11.402Z] + lftools sign git-tag v1.2.1-dev.12 [2020-07-24T16:59:12.788Z] Signing Git tag with Sigul... [2020-07-24T16:59:12.788Z] Signing v1.2.1-dev.12 [Pipeline] echo [2020-07-24T16:59:13.740Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T16:59:14.114Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-24T16:59:14.125Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-24T16:59:14.266Z] $ docker stop --time=1 0547bbcbaeeacedee69d191df966d68e059aadca1e621dcb8efb6498be4a9a8f [2020-07-24T16:59:16.076Z] $ docker rm -f 0547bbcbaeeacedee69d191df966d68e059aadca1e621dcb8efb6498be4a9a8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-24T16:59:16.766Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T16:59:16.766Z] . [Pipeline] withDockerContainer [2020-07-24T16:59:16.858Z] prd-centos7-docker-4c-2g-867 does not seem to be running inside a container [2020-07-24T16:59:16.895Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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-07-24T16:59:17.468Z] $ docker top c05fb742b417c640518c2c6531a1d6c147536898f8e22756b82763548375027a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-24T16:59:17.727Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-24T16:59:17.727Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-24T16:59:17.911Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-24T16:59:17.911Z] $ docker exec c05fb742b417c640518c2c6531a1d6c147536898f8e22756b82763548375027a ssh-agent [2020-07-24T16:59:18.083Z] SSH_AUTH_SOCK=/tmp/ssh-UR67fBLsj3t0/agent.12 [2020-07-24T16:59:18.083Z] SSH_AGENT_PID=18 [2020-07-24T16:59:18.090Z] Running ssh-add (command line suppressed) [2020-07-24T16:59:18.216Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6610905760808376997.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6610905760808376997.key) [2020-07-24T16:59:18.272Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-24T16:59:18.602Z] + git semver bump pre [2020-07-24T16:59:18.602Z] # -> Open(): unable to determine branch for HEAD [2020-07-24T16:59:18.602Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-07-24T16:59:18.602Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-07-24T16:59:18.602Z] # $SEMVER_REMOTE_NAME = origin [2020-07-24T16:59:18.602Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-24T16:59:18.602Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-24T16:59:18.602Z] # $SEMVER_BRANCH = master [2020-07-24T16:59:18.602Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-07-24T16:59:18.602Z] 1.2.1-dev.13 [Pipeline] } [2020-07-24T16:59:18.610Z] $ docker exec --env ******** --env ******** c05fb742b417c640518c2c6531a1d6c147536898f8e22756b82763548375027a ssh-agent -k [2020-07-24T16:59:18.729Z] unset SSH_AUTH_SOCK; [2020-07-24T16:59:18.729Z] unset SSH_AGENT_PID; [2020-07-24T16:59:18.730Z] echo Agent pid 18 killed; [2020-07-24T16:59:18.783Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-24T16:59:19.237Z] + git semver [Pipeline] } [2020-07-24T16:59:19.249Z] $ docker stop --time=1 c05fb742b417c640518c2c6531a1d6c147536898f8e22756b82763548375027a [2020-07-24T16:59:20.572Z] $ docker rm -f c05fb742b417c640518c2c6531a1d6c147536898f8e22756b82763548375027a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-24T16:59:21.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T16:59:21.085Z] . [Pipeline] withDockerContainer [2020-07-24T16:59:21.180Z] prd-centos7-docker-4c-2g-867 does not seem to be running inside a container [2020-07-24T16:59:21.218Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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-07-24T16:59:21.740Z] $ docker top 3280c685235b12e6095320000608845a173fbc2229076dfb4c83f4d44024aee0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-24T16:59:22.004Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-24T16:59:22.004Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-24T16:59:22.176Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-24T16:59:22.176Z] $ docker exec 3280c685235b12e6095320000608845a173fbc2229076dfb4c83f4d44024aee0 ssh-agent [2020-07-24T16:59:22.345Z] SSH_AUTH_SOCK=/tmp/ssh-sX4ppX68rmFf/agent.11 [2020-07-24T16:59:22.345Z] SSH_AGENT_PID=16 [2020-07-24T16:59:22.351Z] Running ssh-add (command line suppressed) [2020-07-24T16:59:22.467Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3901571758565858910.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3901571758565858910.key) [2020-07-24T16:59:22.524Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-24T16:59:22.848Z] + git semver push [2020-07-24T16:59:22.848Z] # -> Open(): unable to determine branch for HEAD [2020-07-24T16:59:22.848Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-07-24T16:59:22.848Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-07-24T16:59:22.848Z] # $SEMVER_REMOTE_NAME = origin [2020-07-24T16:59:22.848Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-24T16:59:22.848Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-24T16:59:22.848Z] # $SEMVER_BRANCH = master [2020-07-24T16:59:22.848Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-07-24T16:59:29.445Z] $ docker exec --env ******** --env ******** 3280c685235b12e6095320000608845a173fbc2229076dfb4c83f4d44024aee0 ssh-agent -k [2020-07-24T16:59:29.561Z] unset SSH_AUTH_SOCK; [2020-07-24T16:59:29.561Z] unset SSH_AGENT_PID; [2020-07-24T16:59:29.562Z] echo Agent pid 16 killed; [2020-07-24T16:59:29.612Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-24T16:59:30.120Z] + git semver [Pipeline] } [2020-07-24T16:59:30.132Z] $ docker stop --time=1 3280c685235b12e6095320000608845a173fbc2229076dfb4c83f4d44024aee0 [2020-07-24T16:59:31.464Z] $ docker rm -f 3280c685235b12e6095320000608845a173fbc2229076dfb4c83f4d44024aee0 [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-07-24T16:59:32.566Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T16:59:33.125Z] ---> package-listing.sh [2020-07-24T16:59:33.125Z] ++ facter osfamily [2020-07-24T16:59:33.125Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-24T16:59:33.125Z] + OS_FAMILY=redhat [2020-07-24T16:59:33.125Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-07-24T16:59:33.125Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-24T16:59:33.125Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-24T16:59:33.125Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-24T16:59:33.125Z] + PACKAGES=/tmp/packages_start.txt [2020-07-24T16:59:33.125Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-07-24T16:59:33.125Z] + PACKAGES=/tmp/packages_end.txt [2020-07-24T16:59:33.125Z] + case "${OS_FAMILY}" in [2020-07-24T16:59:33.125Z] + rpm -qa [2020-07-24T16:59:33.125Z] + sort [2020-07-24T16:59:37.333Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-24T16:59:37.333Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-24T16:59:37.333Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-24T16:59:37.333Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-07-24T16:59:37.333Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-07-24T16:59:37.333Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-24T16:59:37.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-24T16:59:37.871Z] [2020-07-24T16:59:37.871Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-24T16:59:38.232Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-24T16:59:38.232Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-24T16:59:38.232Z] c9b1b535fdd9: Pulling fs layer [2020-07-24T16:59:38.232Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-24T16:59:38.232Z] 756a868c4378: Pulling fs layer [2020-07-24T16:59:38.232Z] 444b2fc9a129: Pulling fs layer [2020-07-24T16:59:38.232Z] ea15f1150254: Pulling fs layer [2020-07-24T16:59:38.232Z] 41b27a9f41bf: Pulling fs layer [2020-07-24T16:59:38.232Z] 28c525ee5125: Pulling fs layer [2020-07-24T16:59:38.232Z] 094b1ea09ed8: Pulling fs layer [2020-07-24T16:59:38.232Z] 138eaada9080: Pulling fs layer [2020-07-24T16:59:38.232Z] 0622d0fa9048: Pulling fs layer [2020-07-24T16:59:38.232Z] 41b27a9f41bf: Waiting [2020-07-24T16:59:38.232Z] 28c525ee5125: Waiting [2020-07-24T16:59:38.232Z] 094b1ea09ed8: Waiting [2020-07-24T16:59:38.232Z] 138eaada9080: Waiting [2020-07-24T16:59:38.232Z] 0622d0fa9048: Waiting [2020-07-24T16:59:38.232Z] 444b2fc9a129: Waiting [2020-07-24T16:59:38.232Z] ea15f1150254: Waiting [2020-07-24T16:59:38.232Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-24T16:59:38.232Z] 2cc5ad85d9ab: Download complete [2020-07-24T16:59:38.232Z] 444b2fc9a129: Verifying Checksum [2020-07-24T16:59:38.232Z] 444b2fc9a129: Download complete [2020-07-24T16:59:38.232Z] c9b1b535fdd9: Verifying Checksum [2020-07-24T16:59:38.232Z] ea15f1150254: Verifying Checksum [2020-07-24T16:59:38.232Z] ea15f1150254: Download complete [2020-07-24T16:59:38.502Z] 28c525ee5125: Verifying Checksum [2020-07-24T16:59:38.502Z] 28c525ee5125: Download complete [2020-07-24T16:59:38.763Z] 756a868c4378: Verifying Checksum [2020-07-24T16:59:38.763Z] 756a868c4378: Download complete [2020-07-24T16:59:38.763Z] c9b1b535fdd9: Pull complete [2020-07-24T16:59:38.763Z] 138eaada9080: Verifying Checksum [2020-07-24T16:59:38.763Z] 138eaada9080: Download complete [2020-07-24T16:59:38.763Z] 094b1ea09ed8: Verifying Checksum [2020-07-24T16:59:38.763Z] 094b1ea09ed8: Download complete [2020-07-24T16:59:38.763Z] 0622d0fa9048: Verifying Checksum [2020-07-24T16:59:38.763Z] 0622d0fa9048: Download complete [2020-07-24T16:59:39.339Z] 41b27a9f41bf: Verifying Checksum [2020-07-24T16:59:39.339Z] 41b27a9f41bf: Download complete [2020-07-24T16:59:39.911Z] 2cc5ad85d9ab: Pull complete [2020-07-24T16:59:41.298Z] 756a868c4378: Pull complete [2020-07-24T16:59:41.298Z] 444b2fc9a129: Pull complete [2020-07-24T16:59:41.562Z] ea15f1150254: Pull complete [2020-07-24T16:59:44.868Z] 41b27a9f41bf: Pull complete [2020-07-24T16:59:44.868Z] 28c525ee5125: Pull complete [2020-07-24T16:59:48.184Z] 094b1ea09ed8: Pull complete [2020-07-24T16:59:48.184Z] 138eaada9080: Pull complete [2020-07-24T16:59:48.448Z] 0622d0fa9048: Pull complete [2020-07-24T16:59:48.448Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-24T16:59:48.448Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-24T16:59:48.448Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-24T16:59:48.555Z] prd-centos7-docker-4c-2g-867 does not seem to be running inside a container [2020-07-24T16:59:48.589Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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-07-24T16:59:51.155Z] $ docker top bc9dcb2b999d389da9b3372dc538f840a09447fd106eceb91366db71714c8b7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-24T16:59:51.364Z] provisioning config files... [2020-07-24T16:59:51.376Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config536277351543813142tmp [Pipeline] { [Pipeline] echo [2020-07-24T16:59:51.442Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T16:59:51.733Z] ---> create-netrc.sh [Pipeline] echo [2020-07-24T16:59:51.741Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T16:59:52.028Z] ---> logs-deploy.sh [2020-07-24T16:59:52.028Z] + ARCHIVE_ARTIFACTS= [2020-07-24T16:59:52.028Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-24T16:59:52.028Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-24T16:59:52.028Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-24T16:59:52.028Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/80 [2020-07-24T16:59:52.028Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/80/ [2020-07-24T16:59:52.028Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/80 /w/workspace/ndry_app-functions-sdk-go_master [2020-07-24T16:59:53.410Z] Archives upload complete. [2020-07-24T16:59:53.410Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/80 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/80/ [2020-07-24T16:59:53.980Z] ---> uname -a: [2020-07-24T16:59:53.980Z] Linux bc9dcb2b999d 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] ---> lscpu: [2020-07-24T16:59:53.980Z] Architecture: x86_64 [2020-07-24T16:59:53.980Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-24T16:59:53.980Z] Byte Order: Little Endian [2020-07-24T16:59:53.980Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-24T16:59:53.980Z] CPU(s): 4 [2020-07-24T16:59:53.980Z] On-line CPU(s) list: 0-3 [2020-07-24T16:59:53.980Z] Thread(s) per core: 1 [2020-07-24T16:59:53.980Z] Core(s) per socket: 1 [2020-07-24T16:59:53.980Z] Socket(s): 4 [2020-07-24T16:59:53.980Z] NUMA node(s): 1 [2020-07-24T16:59:53.980Z] Vendor ID: GenuineIntel [2020-07-24T16:59:53.980Z] CPU family: 6 [2020-07-24T16:59:53.980Z] Model: 44 [2020-07-24T16:59:53.980Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-24T16:59:53.980Z] Stepping: 1 [2020-07-24T16:59:53.980Z] CPU MHz: 2933.436 [2020-07-24T16:59:53.980Z] BogoMIPS: 5866.87 [2020-07-24T16:59:53.980Z] Virtualization: VT-x [2020-07-24T16:59:53.980Z] Hypervisor vendor: KVM [2020-07-24T16:59:53.980Z] Virtualization type: full [2020-07-24T16:59:53.980Z] L1d cache: 128 KiB [2020-07-24T16:59:53.980Z] L1i cache: 128 KiB [2020-07-24T16:59:53.980Z] L2 cache: 16 MiB [2020-07-24T16:59:53.980Z] L3 cache: 64 MiB [2020-07-24T16:59:53.980Z] NUMA node0 CPU(s): 0-3 [2020-07-24T16:59:53.980Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-24T16:59:53.980Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-24T16:59:53.980Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-24T16:59:53.980Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-24T16:59:53.980Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-24T16:59:53.980Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-24T16:59:53.980Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-24T16:59:53.980Z] Vulnerability Tsx async abort: Not affected [2020-07-24T16:59:53.980Z] 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-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] ---> nproc: [2020-07-24T16:59:53.980Z] 4 [2020-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] ---> df -h: [2020-07-24T16:59:53.980Z] Filesystem Size Used Available Use% Mounted on [2020-07-24T16:59:53.980Z] overlay 50.0G 8.5G 41.5G 17% / [2020-07-24T16:59:53.980Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-24T16:59:53.980Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-24T16:59:53.980Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-24T16:59:53.980Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-07-24T16:59:53.980Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-07-24T16:59:53.980Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-07-24T16:59:53.980Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master [2020-07-24T16:59:53.980Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2020-07-24T16:59:53.980Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] ---> free -m: [2020-07-24T16:59:53.980Z] total used free shared buff/cache available [2020-07-24T16:59:53.980Z] Mem: 1837 779 115 0 941 987 [2020-07-24T16:59:53.980Z] Swap: 1023 3 1020 [2020-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] ---> ip addr: [2020-07-24T16:59:53.980Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-24T16:59:53.980Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-24T16:59:53.980Z] inet 127.0.0.1/8 scope host lo [2020-07-24T16:59:53.980Z] valid_lft forever preferred_lft forever [2020-07-24T16:59:53.980Z] 16: eth0@if17: mtu 1458 qdisc noqueue state UP [2020-07-24T16:59:53.980Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-24T16:59:53.980Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-24T16:59:53.980Z] valid_lft forever preferred_lft forever [2020-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] ---> sar -b -r -n DEV: [2020-07-24T16:59:53.980Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/24/20 _x86_64_ (4 CPU) [2020-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] 16:51:42 LINUX RESTART [2020-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] 16:52:01 tps rtps wtps bread/s bwrtn/s [2020-07-24T16:59:53.980Z] 16:53:01 137.77 47.30 90.46 7801.46 41983.36 [2020-07-24T16:59:53.980Z] 16:54:02 2.28 0.00 2.28 0.00 47.01 [2020-07-24T16:59:53.980Z] 16:55:01 0.39 0.00 0.39 0.00 6.05 [2020-07-24T16:59:53.980Z] 16:56:01 0.28 0.00 0.28 0.00 3.33 [2020-07-24T16:59:53.980Z] 16:57:01 0.30 0.00 0.30 0.00 4.60 [2020-07-24T16:59:53.980Z] 16:58:01 11.99 3.26 8.73 331.72 6765.28 [2020-07-24T16:59:53.980Z] 16:59:01 404.41 203.41 200.99 9303.50 54723.94 [2020-07-24T16:59:53.980Z] Average: 80.04 36.48 43.56 2501.82 14854.32 [2020-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] 16:52:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-07-24T16:59:53.980Z] 16:53:01 178248 1703308 90.53 2620 1112356 1116840 38.12 454692 1089284 120 [2020-07-24T16:59:53.980Z] 16:54:02 183900 1697656 90.23 2620 1112372 1079228 36.83 454076 1085436 20 [2020-07-24T16:59:53.980Z] 16:55:01 182968 1698588 90.28 2620 1112380 1079408 36.84 455312 1085424 16 [2020-07-24T16:59:53.980Z] 16:56:01 184276 1697280 90.21 2620 1112380 1079240 36.83 454204 1085424 8 [2020-07-24T16:59:53.980Z] 16:57:01 181988 1699568 90.33 2620 1112384 1079408 36.84 463408 1078452 8 [2020-07-24T16:59:53.980Z] 16:58:01 75064 1806492 96.01 2620 1138640 1513516 51.65 565156 1075224 84856 [2020-07-24T16:59:53.980Z] 16:59:01 86176 1795380 95.42 1688 1025356 1310364 44.72 587928 921496 22320 [2020-07-24T16:59:53.980Z] Average: 153231 1728325 91.86 2487 1103695 1179715 40.26 490682 1060106 15335 [2020-07-24T16:59:53.980Z] [2020-07-24T16:59:53.980Z] 16:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-07-24T16:59:53.980Z] 16:53:01 eth0 771.32 478.53 1666.18 415.63 0.00 0.00 0.00 [2020-07-24T16:59:53.980Z] 16:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-24T16:59:53.980Z] 16:53:01 docker0 114.23 97.97 9.53 302.31 0.00 0.00 0.00 [2020-07-24T16:59:53.980Z] 16:54:02 eth0 0.70 0.08 0.06 0.01 0.00 0.00 0.00 [2020-07-24T16:59:53.980Z] 16:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-24T16:59:53.980Z] 16:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-24T16:59:53.980Z] 16:55:01 eth0 0.68 0.53 0.28 0.22 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] 16:56:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] 16:57:01 eth0 0.42 0.43 0.26 0.21 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] 16:58:01 eth0 113.37 77.60 3756.28 6.89 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] 16:59:01 eth0 385.58 229.19 3825.50 60.31 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] 16:59:01 docker0 39.93 41.75 3.76 304.46 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] Average: eth0 182.44 112.72 1326.08 69.22 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] Average: docker0 22.09 20.03 1.91 87.05 0.00 0.00 0.00 [2020-07-24T16:59:53.981Z] [2020-07-24T16:59:53.981Z] [2020-07-24T16:59:53.981Z] ---> sar -P ALL: [2020-07-24T16:59:53.981Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/24/20 _x86_64_ (4 CPU) [2020-07-24T16:59:53.981Z] [2020-07-24T16:59:53.981Z] 16:51:42 LINUX RESTART [2020-07-24T16:59:53.981Z] [2020-07-24T16:59:53.981Z] 16:52:01 CPU %user %nice %system %iowait %steal %idle [2020-07-24T16:59:53.981Z] 16:53:01 all 15.77 0.00 7.29 10.79 0.10 66.05 [2020-07-24T16:59:53.981Z] 16:53:01 0 17.52 0.00 6.97 10.97 0.08 64.45 [2020-07-24T16:59:53.981Z] 16:53:01 1 14.15 0.00 7.84 11.63 0.07 66.31 [2020-07-24T16:59:53.981Z] 16:53:01 2 16.30 0.00 6.71 8.86 0.13 68.00 [2020-07-24T16:59:53.981Z] 16:53:01 3 15.14 0.00 7.64 11.69 0.10 65.43 [2020-07-24T16:59:53.981Z] 16:54:02 all 0.05 0.00 0.04 0.00 0.00 99.90 [2020-07-24T16:59:53.981Z] 16:54:02 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-07-24T16:59:53.981Z] 16:54:02 1 0.08 0.00 0.05 0.00 0.02 99.85 [2020-07-24T16:59:53.981Z] 16:54:02 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-24T16:59:53.981Z] 16:54:02 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-07-24T16:59:53.981Z] 16:55:01 all 0.11 0.00 0.03 0.00 0.00 99.86 [2020-07-24T16:59:53.981Z] 16:55:01 0 0.14 0.00 0.03 0.00 0.00 99.83 [2020-07-24T16:59:53.981Z] 16:55:01 1 0.20 0.00 0.03 0.00 0.00 99.76 [2020-07-24T16:59:53.981Z] 16:55:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-24T16:59:53.981Z] 16:55:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-07-24T16:59:53.981Z] 16:56:01 all 0.12 0.00 0.03 0.00 0.00 99.84 [2020-07-24T16:59:53.981Z] 16:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-24T16:59:53.981Z] 16:56:01 1 0.42 0.00 0.07 0.00 0.02 99.50 [2020-07-24T16:59:53.981Z] 16:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-24T16:59:53.981Z] 16:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-24T16:59:53.981Z] 16:57:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-07-24T16:59:53.981Z] 16:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-24T16:59:53.981Z] 16:57:01 1 0.28 0.00 0.05 0.00 0.00 99.67 [2020-07-24T16:59:53.981Z] 16:57:01 2 0.32 0.00 0.07 0.00 0.00 99.62 [2020-07-24T16:59:53.981Z] 16:57:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2020-07-24T16:59:53.981Z] 16:58:01 all 1.65 0.00 0.96 0.03 0.02 97.35 [2020-07-24T16:59:53.981Z] 16:58:01 0 1.64 0.00 1.12 0.00 0.03 97.21 [2020-07-24T16:59:53.981Z] 16:58:01 1 1.55 0.00 0.92 0.08 0.00 97.45 [2020-07-24T16:59:53.981Z] 16:58:01 2 1.92 0.00 0.90 0.00 0.03 97.14 [2020-07-24T16:59:53.981Z] 16:58:01 3 1.52 0.00 0.87 0.03 0.03 97.55 [2020-07-24T16:59:53.981Z] 16:59:01 all 14.78 0.00 9.11 2.83 0.16 73.13 [2020-07-24T16:59:53.981Z] 16:59:01 0 14.17 0.00 9.53 1.64 0.22 74.43 [2020-07-24T16:59:53.981Z] 16:59:01 1 14.76 0.00 9.54 3.44 0.14 72.13 [2020-07-24T16:59:53.981Z] 16:59:01 2 15.75 0.00 8.50 3.84 0.08 71.82 [2020-07-24T16:59:53.981Z] 16:59:01 3 14.40 0.00 8.90 2.35 0.17 74.17 [2020-07-24T16:59:53.981Z] Average: all 4.62 0.00 2.48 1.93 0.04 90.93 [2020-07-24T16:59:53.981Z] Average: 0 4.75 0.00 2.51 1.79 0.05 90.90 [2020-07-24T16:59:53.981Z] Average: 1 4.45 0.00 2.62 2.15 0.03 90.75 [2020-07-24T16:59:53.981Z] Average: 2 4.88 0.00 2.31 1.80 0.04 90.98 [2020-07-24T16:59:53.981Z] Average: 3 4.40 0.00 2.48 1.99 0.04 91.09 [2020-07-24T16:59:53.981Z] [2020-07-24T16:59:53.981Z] [2020-07-24T16:59:53.981Z]