Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 68e97547045a1d08bfafd3f098c72252acd544ed Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-8982 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 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 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 68e97547045a1d08bfafd3f098c72252acd544ed (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 68e97547045a1d08bfafd3f098c72252acd544ed # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts (#562)" > git rev-list --no-walk 07f5e21b525826d43ecb2303b216674bdf6344a6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-26T20:23:46.458Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-26T20:23:46.741Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-26T20:23:46.838Z] ========================================================= [2020-10-26T20:23:46.838Z] EdgeX Global Pipelines Version Info [2020-10-26T20:23:46.838Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:23:48.755Z] ------------------- [2020-10-26T20:23:48.755Z] stable info: [2020-10-26T20:23:48.755Z] ------------------- [2020-10-26T20:23:48.755Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-26T20:23:48.755Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-26T20:23:48.755Z] Message: update stable to v1.0.148 [2020-10-26T20:23:49.330Z] ------------------- [2020-10-26T20:23:49.330Z] experimental info: [2020-10-26T20:23:49.330Z] ------------------- [2020-10-26T20:23:49.330Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-26T20:23:49.330Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-26T20:23:49.330Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-26T20:23:49.686Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-10-26T20:23:49.784Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-10-26T20:23:49.874Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-26T20:23:49.963Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-26T20:23:50.054Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-26T20:23:50.183Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-26T20:23:50.274Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-26T20:23:50.382Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-26T20:23:50.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-26T20:23:50.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-26T20:23:50.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-26T20:23:50.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-10-26T20:23:50.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-26T20:23:51.033Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-26T20:23:51.127Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T20:23:51.220Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T20:23:51.336Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T20:23:51.427Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T20:23:51.514Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-26T20:23:51.632Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-26T20:23:51.759Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-26T20:23:51.853Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-10-26T20:23:51.942Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-26T20:23:52.031Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-26T20:23:52.124Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-26T20:23:52.220Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-26T20:23:52.312Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-26T20:23:52.399Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-26T20:23:52.495Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68e97547045a1d08bfafd3f098c72252acd544ed [Pipeline] echo [2020-10-26T20:23:52.594Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68e9754 [Pipeline] echo [2020-10-26T20:23:52.685Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-26T20:23:53.332Z] + git log --format=format:%s -1 68e97547045a1d08bfafd3f098c72252acd544ed [Pipeline] echo [2020-10-26T20:23:53.401Z] GIT_COMMIT: 68e97547045a1d08bfafd3f098c72252acd544ed, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts (#562) [Pipeline] echo [2020-10-26T20:23:53.445Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:23:54.401Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T20:23:54.664Z] [2020-10-26T20:23:54.664Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:23:55.015Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T20:23:55.015Z] latest: Pulling from edgex-devops/git-semver [2020-10-26T20:23:55.015Z] 31603596830f: Pulling fs layer [2020-10-26T20:23:55.015Z] 2a8b12db71e7: Pulling fs layer [2020-10-26T20:23:55.015Z] 6ca5941a6612: Pulling fs layer [2020-10-26T20:23:55.015Z] ecc8261a40a4: Pulling fs layer [2020-10-26T20:23:55.015Z] ecc8261a40a4: Waiting [2020-10-26T20:23:55.015Z] 2a8b12db71e7: Verifying Checksum [2020-10-26T20:23:55.015Z] 2a8b12db71e7: Download complete [2020-10-26T20:23:55.277Z] 31603596830f: Verifying Checksum [2020-10-26T20:23:55.277Z] 31603596830f: Download complete [2020-10-26T20:23:55.542Z] ecc8261a40a4: Verifying Checksum [2020-10-26T20:23:55.542Z] ecc8261a40a4: Download complete [2020-10-26T20:23:55.542Z] 6ca5941a6612: Verifying Checksum [2020-10-26T20:23:55.542Z] 6ca5941a6612: Download complete [2020-10-26T20:23:55.542Z] 31603596830f: Pull complete [2020-10-26T20:23:55.806Z] 2a8b12db71e7: Pull complete [2020-10-26T20:23:56.762Z] 6ca5941a6612: Pull complete [2020-10-26T20:23:57.024Z] ecc8261a40a4: Pull complete [2020-10-26T20:23:57.024Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-26T20:23:57.024Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T20:23:57.024Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-26T20:23:57.130Z] prd-centos7-docker-4c-2g-8982 does not seem to be running inside a container [2020-10-26T20:23:57.183Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-26T20:23:59.317Z] $ docker top 16b35a0cab8cef68f35e28035233ed918f7d875eaee2105d04d31e5397997b76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T20:23:59.600Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T20:23:59.600Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T20:23:59.817Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T20:23:59.823Z] $ docker exec 16b35a0cab8cef68f35e28035233ed918f7d875eaee2105d04d31e5397997b76 ssh-agent [2020-10-26T20:23:59.991Z] SSH_AUTH_SOCK=/tmp/ssh-h5GhtHtx077n/agent.13 [2020-10-26T20:23:59.991Z] SSH_AGENT_PID=18 [2020-10-26T20:24:00.001Z] Running ssh-add (command line suppressed) [2020-10-26T20:24:00.126Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6601487061592271445.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6601487061592271445.key) [2020-10-26T20:24:00.179Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T20:24:00.520Z] + git tag --points-at HEAD [Pipeline] } [2020-10-26T20:24:00.543Z] $ docker exec --env ******** --env ******** 16b35a0cab8cef68f35e28035233ed918f7d875eaee2105d04d31e5397997b76 ssh-agent -k [2020-10-26T20:24:00.673Z] unset SSH_AUTH_SOCK; [2020-10-26T20:24:00.674Z] unset SSH_AGENT_PID; [2020-10-26T20:24:00.674Z] echo Agent pid 18 killed; [2020-10-26T20:24:00.725Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-26T20:24:00.915Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T20:24:00.915Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T20:24:01.081Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T20:24:01.087Z] $ docker exec 16b35a0cab8cef68f35e28035233ed918f7d875eaee2105d04d31e5397997b76 ssh-agent [2020-10-26T20:24:01.253Z] SSH_AUTH_SOCK=/tmp/ssh-ocQLCwTZoE2J/agent.48 [2020-10-26T20:24:01.253Z] SSH_AGENT_PID=54 [2020-10-26T20:24:01.260Z] Running ssh-add (command line suppressed) [2020-10-26T20:24:01.394Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6736051777360979542.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6736051777360979542.key) [2020-10-26T20:24:01.444Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T20:24:01.788Z] + git semver init [2020-10-26T20:24:01.788Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T20:24:01.788Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-26T20:24:01.788Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-26T20:24:01.788Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T20:24:01.788Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T20:24:01.788Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T20:24:01.788Z] # $SEMVER_BRANCH = master [2020-10-26T20:24:01.788Z] # $SEMVER_TEMP = /tmp/semver-186229287 [2020-10-26T20:24:01.788Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-10-26T20:24:08.401Z] # '/tmp/semver-186229287' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-10-26T20:24:08.401Z] # -> Force: false [2020-10-26T20:24:08.401Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-26T20:24:08.416Z] $ docker exec --env ******** --env ******** 16b35a0cab8cef68f35e28035233ed918f7d875eaee2105d04d31e5397997b76 ssh-agent -k [2020-10-26T20:24:08.544Z] unset SSH_AUTH_SOCK; [2020-10-26T20:24:08.545Z] unset SSH_AGENT_PID; [2020-10-26T20:24:08.545Z] echo Agent pid 54 killed; [2020-10-26T20:24:08.601Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T20:24:09.074Z] + git semver [Pipeline] } [2020-10-26T20:24:09.095Z] $ docker stop --time=1 16b35a0cab8cef68f35e28035233ed918f7d875eaee2105d04d31e5397997b76 [2020-10-26T20:24:10.589Z] $ docker rm -f 16b35a0cab8cef68f35e28035233ed918f7d875eaee2105d04d31e5397997b76 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T20:24:11.073Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-26T20:24:11.463Z] Stashed 1 file(s) [Pipeline] echo [2020-10-26T20:24:11.466Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.52 [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-10-26T20:24:27.028Z] Still waiting to schedule task [2020-10-26T20:24:27.028Z] ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-8983’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-26T20:24:27.031Z] Still waiting to schedule task [2020-10-26T20:24:27.031Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-26T20:25:33.430Z] Running on prd-centos7-docker-4c-2g-8985 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-26T20:25:33.481Z] Running in /w/workspace/app-functions-sdk-go/140 [Pipeline] { [Pipeline] checkout [2020-10-26T20:25:36.152Z] using credential edgex-jenkins-ssh [2020-10-26T20:25:36.205Z] Cloning the remote Git repository [2020-10-26T20:25:36.302Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-26T20:25:36.366Z] > git init /w/workspace/app-functions-sdk-go/140 # timeout=10 [2020-10-26T20:25:36.423Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-26T20:25:36.423Z] > git --version # timeout=10 [2020-10-26T20:25:36.432Z] > git --version # 'git version 2.16.5' [2020-10-26T20:25:36.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T20:25:36.463Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T20:25:38.845Z] Checking out Revision 68e97547045a1d08bfafd3f098c72252acd544ed (master) [2020-10-26T20:25:38.425Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-26T20:25:38.435Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T20:25:38.448Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-26T20:25:38.464Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-26T20:25:38.464Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T20:25:38.470Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T20:25:38.854Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T20:25:38.859Z] > git checkout -f 68e97547045a1d08bfafd3f098c72252acd544ed # timeout=10 [2020-10-26T20:25:42.507Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts (#562)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-26T20:25:43.584Z] ========================================================= [2020-10-26T20:25:43.584Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-26T20:25:43.584Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:25:44.159Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-26T20:25:44.740Z] Sending build context to Docker daemon 19.14MB [2020-10-26T20:25:44.740Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-26T20:25:44.740Z] Step 2/8 : FROM ${BASE} [2020-10-26T20:25:45.006Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-26T20:25:45.006Z] df20fa9351a1: Pulling fs layer [2020-10-26T20:25:45.006Z] ed8968b2872e: Pulling fs layer [2020-10-26T20:25:45.006Z] a92cc7c5fd73: Pulling fs layer [2020-10-26T20:25:45.006Z] e871e8e8d7a9: Pulling fs layer [2020-10-26T20:25:45.006Z] e73272ec9a57: Pulling fs layer [2020-10-26T20:25:45.006Z] 1e910a182e73: Pulling fs layer [2020-10-26T20:25:45.006Z] 4e634b169226: Pulling fs layer [2020-10-26T20:25:45.006Z] e871e8e8d7a9: Waiting [2020-10-26T20:25:45.006Z] e73272ec9a57: Waiting [2020-10-26T20:25:45.006Z] 1e910a182e73: Waiting [2020-10-26T20:25:45.006Z] 4e634b169226: Waiting [2020-10-26T20:25:45.006Z] a92cc7c5fd73: Verifying Checksum [2020-10-26T20:25:45.006Z] a92cc7c5fd73: Download complete [2020-10-26T20:25:45.006Z] ed8968b2872e: Verifying Checksum [2020-10-26T20:25:45.006Z] ed8968b2872e: Download complete [2020-10-26T20:25:45.006Z] e73272ec9a57: Verifying Checksum [2020-10-26T20:25:45.006Z] e73272ec9a57: Download complete [2020-10-26T20:25:45.006Z] 1e910a182e73: Verifying Checksum [2020-10-26T20:25:45.006Z] 1e910a182e73: Download complete [2020-10-26T20:25:45.006Z] df20fa9351a1: Verifying Checksum [2020-10-26T20:25:45.006Z] df20fa9351a1: Download complete [2020-10-26T20:25:45.271Z] df20fa9351a1: Pull complete [2020-10-26T20:25:45.533Z] ed8968b2872e: Pull complete [2020-10-26T20:25:45.533Z] a92cc7c5fd73: Pull complete [2020-10-26T20:25:47.462Z] 4e634b169226: Verifying Checksum [2020-10-26T20:25:47.462Z] 4e634b169226: Download complete [2020-10-26T20:25:48.044Z] e871e8e8d7a9: Verifying Checksum [2020-10-26T20:25:48.044Z] e871e8e8d7a9: Download complete [2020-10-26T20:25:53.389Z] e871e8e8d7a9: Pull complete [2020-10-26T20:25:53.389Z] e73272ec9a57: Pull complete [2020-10-26T20:25:53.970Z] 1e910a182e73: Pull complete [2020-10-26T20:25:58.215Z] 4e634b169226: Pull complete [2020-10-26T20:25:58.215Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-26T20:25:58.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-26T20:25:58.215Z] ---> f7629b54cfaa [2020-10-26T20:25:58.215Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-26T20:25:58.215Z] latest: Pulling from library/docker [2020-10-26T20:25:59.608Z] 188c0c94c7c5: Pulling fs layer [2020-10-26T20:25:59.608Z] 0c7c675703d6: Pulling fs layer [2020-10-26T20:25:59.608Z] cc8c12a437cb: Pulling fs layer [2020-10-26T20:25:59.608Z] c5dafad2182a: Pulling fs layer [2020-10-26T20:25:59.608Z] 5aa711733414: Pulling fs layer [2020-10-26T20:25:59.608Z] 058f73b55e4b: Pulling fs layer [2020-10-26T20:25:59.608Z] 8c9c664faf12: Pulling fs layer [2020-10-26T20:25:59.608Z] 5aa711733414: Waiting [2020-10-26T20:25:59.608Z] 058f73b55e4b: Waiting [2020-10-26T20:25:59.608Z] c5dafad2182a: Waiting [2020-10-26T20:25:59.608Z] 8c9c664faf12: Waiting [2020-10-26T20:26:01.533Z] cc8c12a437cb: Verifying Checksum [2020-10-26T20:26:01.533Z] cc8c12a437cb: Download complete [2020-10-26T20:26:01.823Z] 188c0c94c7c5: Verifying Checksum [2020-10-26T20:26:01.823Z] 188c0c94c7c5: Download complete [2020-10-26T20:26:01.823Z] 0c7c675703d6: Verifying Checksum [2020-10-26T20:26:01.823Z] 0c7c675703d6: Download complete [2020-10-26T20:26:01.823Z] 5aa711733414: Verifying Checksum [2020-10-26T20:26:01.823Z] 5aa711733414: Download complete [2020-10-26T20:26:02.103Z] 8c9c664faf12: Verifying Checksum [2020-10-26T20:26:02.103Z] 8c9c664faf12: Download complete [2020-10-26T20:26:02.103Z] 188c0c94c7c5: Pull complete [2020-10-26T20:26:02.103Z] 058f73b55e4b: Verifying Checksum [2020-10-26T20:26:02.103Z] 058f73b55e4b: Download complete [2020-10-26T20:26:02.367Z] 0c7c675703d6: Pull complete [2020-10-26T20:26:02.367Z] cc8c12a437cb: Pull complete [2020-10-26T20:26:02.947Z] c5dafad2182a: Verifying Checksum [2020-10-26T20:26:02.947Z] c5dafad2182a: Download complete [2020-10-26T20:26:05.514Z] c5dafad2182a: Pull complete [2020-10-26T20:26:05.514Z] 5aa711733414: Pull complete [2020-10-26T20:26:05.514Z] 058f73b55e4b: Pull complete [2020-10-26T20:26:05.514Z] 8c9c664faf12: Pull complete [2020-10-26T20:26:05.514Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-26T20:26:05.514Z] Status: Downloaded newer image for docker:latest [2020-10-26T20:26:07.457Z] ---> 46de76cea721 [2020-10-26T20:26:07.457Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-26T20:26:07.457Z] ---> Running in 749fb32ed00d [2020-10-26T20:26:07.457Z] Removing intermediate container 749fb32ed00d [2020-10-26T20:26:07.457Z] ---> 62020e0ce92a [2020-10-26T20:26:07.457Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-26T20:26:07.457Z] ---> Running in f419cede81e6 [2020-10-26T20:26:08.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T20:26:08.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T20:26:09.568Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-26T20:26:09.836Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-26T20:26:09.836Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-26T20:26:09.836Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-26T20:26:10.100Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-26T20:26:10.100Z] Executing busybox-1.31.1-r16.trigger [2020-10-26T20:26:10.100Z] OK: 167 MiB in 44 packages [2020-10-26T20:26:10.678Z] Removing intermediate container f419cede81e6 [2020-10-26T20:26:10.678Z] ---> 02a844dbd69c [2020-10-26T20:26:10.678Z] Step 6/8 : WORKDIR /build [2020-10-26T20:26:10.678Z] ---> Running in 9a4723c8fe67 [2020-10-26T20:26:10.942Z] Removing intermediate container 9a4723c8fe67 [2020-10-26T20:26:10.942Z] ---> 1936fde5d0d0 [2020-10-26T20:26:10.942Z] Step 7/8 : COPY go.mod . [2020-10-26T20:26:11.213Z] ---> b8d7b985039a [2020-10-26T20:26:11.213Z] Step 8/8 : RUN go mod download [2020-10-26T20:26:11.213Z] ---> Running in df184443e451 [2020-10-26T20:26:27.682Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8986 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-26T20:26:27.737Z] Running in /w/workspace/app-functions-sdk-go/140 [Pipeline] { [Pipeline] checkout [2020-10-26T20:26:33.456Z] using credential edgex-jenkins-ssh [2020-10-26T20:26:33.518Z] Cloning the remote Git repository [2020-10-26T20:26:33.581Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-26T20:26:33.703Z] > git init /w/workspace/app-functions-sdk-go/140 # timeout=10 [2020-10-26T20:26:33.781Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-26T20:26:33.782Z] > git --version # timeout=10 [2020-10-26T20:26:33.801Z] > git --version # 'git version 2.17.1' [2020-10-26T20:26:33.803Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T20:26:33.891Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T20:26:36.730Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-26T20:26:37.328Z] Checking out Revision 68e97547045a1d08bfafd3f098c72252acd544ed (master) [2020-10-26T20:26:37.872Z] Removing intermediate container df184443e451 [2020-10-26T20:26:37.872Z] ---> 123dcc90ebde [2020-10-26T20:26:37.872Z] Successfully built 123dcc90ebde [2020-10-26T20:26:37.872Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:26:36.750Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T20:26:36.786Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-26T20:26:36.830Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-26T20:26:36.831Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T20:26:36.843Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T20:26:37.353Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T20:26:37.373Z] > git checkout -f 68e97547045a1d08bfafd3f098c72252acd544ed # timeout=10 [2020-10-26T20:26:38.247Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-26T20:26:38.248Z] . [Pipeline] withDockerContainer [2020-10-26T20:26:38.367Z] prd-centos7-docker-4c-2g-8985 does not seem to be running inside a container [2020-10-26T20:26:38.424Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/140 -v /w/workspace/app-functions-sdk-go/140:/w/workspace/app-functions-sdk-go/140:rw,z -v /w/workspace/app-functions-sdk-go/140@tmp:/w/workspace/app-functions-sdk-go/140@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-26T20:26:39.292Z] $ docker top 8cf3681490a450dad4dd4300c3e4189a83302f145dbbd48f31e1371d210d2185 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T20:26:39.863Z] + go version [2020-10-26T20:26:39.863Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-26T20:26:39.879Z] $ docker stop --time=1 8cf3681490a450dad4dd4300c3e4189a83302f145dbbd48f31e1371d210d2185 [2020-10-26T20:26:41.231Z] $ docker rm -f 8cf3681490a450dad4dd4300c3e4189a83302f145dbbd48f31e1371d210d2185 [Pipeline] // withDockerContainer [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 [2020-10-26T20:26:42.113Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts (#562)" [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] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-26T20:26:43.398Z] ========================================================= [2020-10-26T20:26:43.398Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-26T20:26:43.398Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:26:44.392Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-26T20:26:45.384Z] Sending build context to Docker daemon 19.14MB [2020-10-26T20:26:45.384Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-26T20:26:45.384Z] Step 2/8 : FROM ${BASE} [2020-10-26T20:26:45.988Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-26T20:26:45.988Z] b538f80385f9: Pulling fs layer [2020-10-26T20:26:45.988Z] 74f711af9a0d: Pulling fs layer [2020-10-26T20:26:45.988Z] 99f96fe45779: Pulling fs layer [2020-10-26T20:26:45.988Z] 8529a6b9a6be: Pulling fs layer [2020-10-26T20:26:45.988Z] 45590311c82a: Pulling fs layer [2020-10-26T20:26:45.988Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-26T20:26:45.988Z] 209524e5b208: Pulling fs layer [2020-10-26T20:26:45.988Z] 8529a6b9a6be: Waiting [2020-10-26T20:26:45.988Z] 45590311c82a: Waiting [2020-10-26T20:26:45.988Z] 69ca0ff8b7b3: Waiting [2020-10-26T20:26:45.988Z] 209524e5b208: Waiting [2020-10-26T20:26:45.988Z] 99f96fe45779: Verifying Checksum [2020-10-26T20:26:45.988Z] 99f96fe45779: Download complete [2020-10-26T20:26:45.988Z] 74f711af9a0d: Verifying Checksum [2020-10-26T20:26:45.988Z] 74f711af9a0d: Download complete [2020-10-26T20:26:45.988Z] 45590311c82a: Verifying Checksum [2020-10-26T20:26:45.988Z] 45590311c82a: Download complete [2020-10-26T20:26:45.988Z] 69ca0ff8b7b3: Download complete [2020-10-26T20:26:45.988Z] b538f80385f9: Verifying Checksum [2020-10-26T20:26:45.988Z] b538f80385f9: Download complete [2020-10-26T20:26:46.982Z] b538f80385f9: Pull complete [2020-10-26T20:26:47.267Z] 74f711af9a0d: Pull complete [2020-10-26T20:26:47.880Z] 99f96fe45779: Pull complete [2020-10-26T20:26:48.549Z] 209524e5b208: Verifying Checksum [2020-10-26T20:26:48.549Z] 209524e5b208: Download complete [2020-10-26T20:26:49.546Z] 8529a6b9a6be: Verifying Checksum [2020-10-26T20:26:49.547Z] 8529a6b9a6be: Download complete [2020-10-26T20:26:59.730Z] 8529a6b9a6be: Pull complete [2020-10-26T20:27:00.006Z] 45590311c82a: Pull complete [2020-10-26T20:27:00.607Z] 69ca0ff8b7b3: Pull complete [2020-10-26T20:27:04.022Z] 209524e5b208: Pull complete [2020-10-26T20:27:04.022Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-26T20:27:04.022Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-26T20:27:04.022Z] ---> 5bddaf1c2fca [2020-10-26T20:27:04.022Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-26T20:27:04.618Z] latest: Pulling from library/docker [2020-10-26T20:27:04.618Z] 5f621e34cdf4: Pulling fs layer [2020-10-26T20:27:04.618Z] 85db56a05063: Pulling fs layer [2020-10-26T20:27:04.618Z] ccb67d6aeaaa: Pulling fs layer [2020-10-26T20:27:04.618Z] a0b19fc83503: Pulling fs layer [2020-10-26T20:27:04.618Z] 8eb508b41278: Pulling fs layer [2020-10-26T20:27:04.618Z] 37236713561e: Pulling fs layer [2020-10-26T20:27:04.618Z] 07c93f2b1b56: Pulling fs layer [2020-10-26T20:27:04.618Z] 8eb508b41278: Waiting [2020-10-26T20:27:04.618Z] a0b19fc83503: Waiting [2020-10-26T20:27:04.618Z] 37236713561e: Waiting [2020-10-26T20:27:04.618Z] 07c93f2b1b56: Waiting [2020-10-26T20:27:04.898Z] ccb67d6aeaaa: Verifying Checksum [2020-10-26T20:27:04.898Z] ccb67d6aeaaa: Download complete [2020-10-26T20:27:04.898Z] 85db56a05063: Verifying Checksum [2020-10-26T20:27:04.898Z] 85db56a05063: Download complete [2020-10-26T20:27:04.898Z] 5f621e34cdf4: Verifying Checksum [2020-10-26T20:27:04.898Z] 5f621e34cdf4: Download complete [2020-10-26T20:27:04.898Z] 8eb508b41278: Verifying Checksum [2020-10-26T20:27:04.898Z] 8eb508b41278: Download complete [2020-10-26T20:27:05.185Z] 37236713561e: Verifying Checksum [2020-10-26T20:27:05.185Z] 37236713561e: Download complete [2020-10-26T20:27:05.185Z] 07c93f2b1b56: Verifying Checksum [2020-10-26T20:27:05.185Z] 07c93f2b1b56: Download complete [2020-10-26T20:27:05.463Z] 5f621e34cdf4: Pull complete [2020-10-26T20:27:06.456Z] 85db56a05063: Pull complete [2020-10-26T20:27:06.456Z] a0b19fc83503: Verifying Checksum [2020-10-26T20:27:06.456Z] a0b19fc83503: Download complete [2020-10-26T20:27:06.733Z] ccb67d6aeaaa: Pull complete [2020-10-26T20:27:10.133Z] a0b19fc83503: Pull complete [2020-10-26T20:27:10.134Z] 8eb508b41278: Pull complete [2020-10-26T20:27:10.735Z] 37236713561e: Pull complete [2020-10-26T20:27:11.010Z] 07c93f2b1b56: Pull complete [2020-10-26T20:27:11.010Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-26T20:27:11.010Z] Status: Downloaded newer image for docker:latest [2020-10-26T20:27:17.755Z] ---> c313230ed1cf [2020-10-26T20:27:17.755Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-26T20:27:17.755Z] ---> Running in dbcbe499b2db [2020-10-26T20:27:18.030Z] Removing intermediate container dbcbe499b2db [2020-10-26T20:27:18.030Z] ---> f07abf790fca [2020-10-26T20:27:18.030Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-26T20:27:18.303Z] ---> Running in 15112f593b51 [2020-10-26T20:27:19.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T20:27:20.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T20:27:22.170Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-26T20:27:22.444Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-26T20:27:22.719Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-26T20:27:22.999Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-26T20:27:22.999Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-26T20:27:22.999Z] Executing busybox-1.31.1-r16.trigger [2020-10-26T20:27:22.999Z] OK: 144 MiB in 44 packages [2020-10-26T20:27:24.441Z] Removing intermediate container 15112f593b51 [2020-10-26T20:27:24.441Z] ---> 7813b6e6430d [2020-10-26T20:27:24.441Z] Step 6/8 : WORKDIR /build [2020-10-26T20:27:24.715Z] ---> Running in 7458ee94872a [2020-10-26T20:27:24.990Z] Removing intermediate container 7458ee94872a [2020-10-26T20:27:24.990Z] ---> b1845de77153 [2020-10-26T20:27:24.990Z] Step 7/8 : COPY go.mod . [2020-10-26T20:27:25.592Z] ---> c38abec9c875 [2020-10-26T20:27:25.592Z] Step 8/8 : RUN go mod download [2020-10-26T20:27:25.866Z] ---> Running in 15362ac0404c [2020-10-26T20:27:58.236Z] Removing intermediate container 15362ac0404c [2020-10-26T20:27:58.236Z] ---> 7dbe676d3111 [2020-10-26T20:27:58.236Z] Successfully built 7dbe676d3111 [2020-10-26T20:27:58.236Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:27:58.709Z] + docker inspect -f . ci-base-image-arm64 [2020-10-26T20:27:58.709Z] . [Pipeline] withDockerContainer [2020-10-26T20:27:59.003Z] prd-ubuntu18.04-docker-arm64-4c-16g-8986 does not seem to be running inside a container [2020-10-26T20:27:59.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/140 -v /w/workspace/app-functions-sdk-go/140:/w/workspace/app-functions-sdk-go/140:rw,z -v /w/workspace/app-functions-sdk-go/140@tmp:/w/workspace/app-functions-sdk-go/140@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-26T20:28:01.066Z] $ docker top fcf958d6020cfb16e16301ed2b9926a7b8abb7668d76e5463e814d1f38b93a1e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T20:28:02.532Z] + go version [2020-10-26T20:28:02.532Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-26T20:28:02.559Z] $ docker stop --time=1 fcf958d6020cfb16e16301ed2b9926a7b8abb7668d76e5463e814d1f38b93a1e [2020-10-26T20:28:04.512Z] $ docker rm -f fcf958d6020cfb16e16301ed2b9926a7b8abb7668d76e5463e814d1f38b93a1e [Pipeline] // withDockerContainer [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-10-26T20:28:10.445Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-26T20:28:10.446Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-26T20:28:10.504Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:28:10.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T20:28:10.856Z] [2020-10-26T20:28:10.856Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:28:11.220Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T20:28:11.220Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-26T20:28:11.220Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-26T20:28:11.220Z] 408f87550127: Pulling fs layer [2020-10-26T20:28:11.220Z] fe522b08c979: Pulling fs layer [2020-10-26T20:28:11.220Z] 221eaa008020: Pulling fs layer [2020-10-26T20:28:11.220Z] 2a4607e5d6b9: Pulling fs layer [2020-10-26T20:28:11.220Z] 8f79b27c4fd2: Pulling fs layer [2020-10-26T20:28:11.220Z] e5c8dbe1645b: Pulling fs layer [2020-10-26T20:28:11.220Z] 23e8b3b47431: Pulling fs layer [2020-10-26T20:28:11.220Z] 5c568d65a230: Pulling fs layer [2020-10-26T20:28:11.220Z] 221eaa008020: Waiting [2020-10-26T20:28:11.220Z] 2a4607e5d6b9: Waiting [2020-10-26T20:28:11.220Z] 8f79b27c4fd2: Waiting [2020-10-26T20:28:11.220Z] 5c568d65a230: Waiting [2020-10-26T20:28:11.220Z] e5c8dbe1645b: Waiting [2020-10-26T20:28:11.220Z] 23e8b3b47431: Waiting [2020-10-26T20:28:11.220Z] 408f87550127: Download complete [2020-10-26T20:28:11.220Z] fe522b08c979: Verifying Checksum [2020-10-26T20:28:11.220Z] fe522b08c979: Download complete [2020-10-26T20:28:11.220Z] 2a4607e5d6b9: Verifying Checksum [2020-10-26T20:28:11.220Z] 2a4607e5d6b9: Download complete [2020-10-26T20:28:11.220Z] 8f79b27c4fd2: Verifying Checksum [2020-10-26T20:28:11.220Z] 8f79b27c4fd2: Download complete [2020-10-26T20:28:11.494Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-26T20:28:11.494Z] cbdbe7a5bc2a: Download complete [2020-10-26T20:28:11.762Z] cbdbe7a5bc2a: Pull complete [2020-10-26T20:28:12.026Z] 408f87550127: Pull complete [2020-10-26T20:28:12.026Z] fe522b08c979: Pull complete [2020-10-26T20:28:12.610Z] e5c8dbe1645b: Verifying Checksum [2020-10-26T20:28:12.611Z] e5c8dbe1645b: Download complete [2020-10-26T20:28:13.566Z] 23e8b3b47431: Verifying Checksum [2020-10-26T20:28:13.566Z] 23e8b3b47431: Download complete [2020-10-26T20:28:13.566Z] 5c568d65a230: Verifying Checksum [2020-10-26T20:28:13.566Z] 5c568d65a230: Download complete [2020-10-26T20:28:14.965Z] 221eaa008020: Verifying Checksum [2020-10-26T20:28:14.965Z] 221eaa008020: Download complete [2020-10-26T20:28:20.335Z] 221eaa008020: Pull complete [2020-10-26T20:28:20.598Z] 2a4607e5d6b9: Pull complete [2020-10-26T20:28:20.863Z] 8f79b27c4fd2: Pull complete [2020-10-26T20:28:23.419Z] e5c8dbe1645b: Pull complete [2020-10-26T20:28:27.656Z] 23e8b3b47431: Pull complete [2020-10-26T20:28:28.608Z] 5c568d65a230: Pull complete [2020-10-26T20:28:28.608Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-26T20:28:28.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T20:28:28.608Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-26T20:28:28.834Z] prd-centos7-docker-4c-2g-8982 does not seem to be running inside a container [2020-10-26T20:28:28.892Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-26T20:28:29.848Z] $ docker top b57fe07db61333a8b4e200163182a5914c4788faeabe92f80a81731f8346c207 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T20:28:30.519Z] + snyk monitor '--org=edgex-jenkins' [2020-10-26T20:28:45.475Z] [2020-10-26T20:28:45.475Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-10-26T20:28:45.475Z] [2020-10-26T20:28:45.475Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/9c21683b-1e37-4f27-aa57-e21ca0d29e10 [2020-10-26T20:28:45.475Z] [2020-10-26T20:28:45.475Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-26T20:28:45.475Z] [2020-10-26T20:28:45.475Z] [2020-10-26T20:28:45.475Z] Snyk CLI supports Node.js 8 and higher. [2020-10-26T20:28:45.475Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-26T20:28:45.475Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-26T20:28:45.475Z] [2020-10-26T20:28:45.475Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-26T20:28:45.475Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-26T20:28:45.475Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-26T20:28:45.475Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-26T20:28:45.498Z] $ docker stop --time=1 b57fe07db61333a8b4e200163182a5914c4788faeabe92f80a81731f8346c207 [2020-10-26T20:28:47.891Z] $ docker rm -f b57fe07db61333a8b4e200163182a5914c4788faeabe92f80a81731f8346c207 [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] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-26T20:28:49.599Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T20:28:49.650Z] provisioning config files... [2020-10-26T20:28:49.667Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4315568625999684808tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:28:50.053Z] --> edgex-publish-swagger.sh [2020-10-26T20:28:50.053Z] === Publish openapi/v2 API === [2020-10-26T20:28:50.053Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-26T20:28:50.053Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-10-26T20:28:50.053Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T20:28:50.053Z] Dload Upload Total Spent Left Speed [2020-10-26T20:28:51.002Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 12282 0:00:01 0:00:01 --:--:-- 12299 100 13025 0 0 100 13025 0 12280 0:00:01 0:00:01 --:--:-- 12299 [2020-10-26T20:28:51.002Z] [2020-10-26T20:28:51.002Z] [Pipeline] } [2020-10-26T20:28:51.012Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-10-26T20:28:51.896Z] + git log --format=format:%s -1 68e97547045a1d08bfafd3f098c72252acd544ed [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:28:52.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T20:28:52.206Z] . [Pipeline] withDockerContainer [2020-10-26T20:28:52.314Z] prd-centos7-docker-4c-2g-8982 does not seem to be running inside a container [2020-10-26T20:28:52.369Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-26T20:28:53.140Z] $ docker top 8c3bd70c504346cfe243d9f9408e749d604f089a343ea214a1f12d3f59ee01c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T20:28:53.452Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T20:28:53.452Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T20:28:53.665Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T20:28:53.671Z] $ docker exec 8c3bd70c504346cfe243d9f9408e749d604f089a343ea214a1f12d3f59ee01c7 ssh-agent [2020-10-26T20:28:53.850Z] SSH_AUTH_SOCK=/tmp/ssh-FuX05tWlO3JV/agent.11 [2020-10-26T20:28:53.850Z] SSH_AGENT_PID=17 [2020-10-26T20:28:53.858Z] Running ssh-add (command line suppressed) [2020-10-26T20:28:54.007Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4119318491053608444.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4119318491053608444.key) [2020-10-26T20:28:54.060Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T20:28:54.409Z] + git semver tag [2020-10-26T20:28:54.410Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T20:28:54.410Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-26T20:28:54.410Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-26T20:28:54.410Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T20:28:54.410Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T20:28:54.410Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T20:28:54.410Z] # $SEMVER_BRANCH = master [2020-10-26T20:28:54.410Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-26T20:28:54.410Z] # 68e97547045a1d08bfafd3f098c72252acd544ed HEAD [2020-10-26T20:28:54.674Z] # -> Force: false [2020-10-26T20:28:54.674Z] # cf71ccf5fb4b00cc94f95d0a50e47d5b067b9b02 refs/tags/v1.2.1-dev.52 [Pipeline] } [2020-10-26T20:28:54.690Z] $ docker exec --env ******** --env ******** 8c3bd70c504346cfe243d9f9408e749d604f089a343ea214a1f12d3f59ee01c7 ssh-agent -k [2020-10-26T20:28:54.840Z] unset SSH_AUTH_SOCK; [2020-10-26T20:28:54.841Z] unset SSH_AGENT_PID; [2020-10-26T20:28:54.841Z] echo Agent pid 17 killed; [2020-10-26T20:28:54.918Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T20:28:55.380Z] + git semver [Pipeline] } [2020-10-26T20:28:55.401Z] $ docker stop --time=1 8c3bd70c504346cfe243d9f9408e749d604f089a343ea214a1f12d3f59ee01c7 [2020-10-26T20:28:56.772Z] $ docker rm -f 8c3bd70c504346cfe243d9f9408e749d604f089a343ea214a1f12d3f59ee01c7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:28:57.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T20:28:57.390Z] [2020-10-26T20:28:57.390Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:28:57.746Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T20:28:57.746Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-26T20:28:57.746Z] ab5ef0e58194: Pulling fs layer [2020-10-26T20:28:57.746Z] 9712f1f96733: Pulling fs layer [2020-10-26T20:28:57.746Z] 63f879dbbcfc: Pulling fs layer [2020-10-26T20:28:57.746Z] 0d9ebad4ef96: Pulling fs layer [2020-10-26T20:28:57.746Z] e9a5061849ea: Pulling fs layer [2020-10-26T20:28:57.746Z] d747dcd14b5f: Pulling fs layer [2020-10-26T20:28:57.746Z] 2de7ff778b66: Pulling fs layer [2020-10-26T20:28:57.746Z] e9a5061849ea: Waiting [2020-10-26T20:28:57.746Z] d747dcd14b5f: Waiting [2020-10-26T20:28:57.746Z] 2de7ff778b66: Waiting [2020-10-26T20:28:57.746Z] 0d9ebad4ef96: Waiting [2020-10-26T20:28:57.746Z] 9712f1f96733: Download complete [2020-10-26T20:28:59.679Z] 63f879dbbcfc: Verifying Checksum [2020-10-26T20:28:59.679Z] 63f879dbbcfc: Download complete [2020-10-26T20:28:59.942Z] e9a5061849ea: Verifying Checksum [2020-10-26T20:28:59.942Z] e9a5061849ea: Download complete [2020-10-26T20:28:59.942Z] d747dcd14b5f: Verifying Checksum [2020-10-26T20:28:59.942Z] d747dcd14b5f: Download complete [2020-10-26T20:29:00.522Z] 2de7ff778b66: Verifying Checksum [2020-10-26T20:29:00.522Z] 2de7ff778b66: Download complete [2020-10-26T20:29:00.522Z] 0d9ebad4ef96: Verifying Checksum [2020-10-26T20:29:00.522Z] 0d9ebad4ef96: Download complete [2020-10-26T20:29:00.785Z] ab5ef0e58194: Verifying Checksum [2020-10-26T20:29:00.785Z] ab5ef0e58194: Download complete [2020-10-26T20:29:05.189Z] ab5ef0e58194: Pull complete [2020-10-26T20:29:05.189Z] 9712f1f96733: Pull complete [2020-10-26T20:29:08.558Z] 63f879dbbcfc: Pull complete [2020-10-26T20:29:15.202Z] 0d9ebad4ef96: Pull complete [2020-10-26T20:29:15.780Z] e9a5061849ea: Pull complete [2020-10-26T20:29:15.780Z] d747dcd14b5f: Pull complete [2020-10-26T20:29:19.098Z] 2de7ff778b66: Pull complete [2020-10-26T20:29:19.098Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-26T20:29:19.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T20:29:19.098Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-26T20:29:19.321Z] prd-centos7-docker-4c-2g-8982 does not seem to be running inside a container [2020-10-26T20:29:19.375Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-26T20:29:23.506Z] $ docker top d3554a200878c20d4663803660520b8eb13b6f3ca59dc81aece32335f3e1c474 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-26T20:29:23.779Z] provisioning config files... [2020-10-26T20:29:23.791Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6003213575294353810tmp [2020-10-26T20:29:23.810Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8793721396358706045tmp [2020-10-26T20:29:23.826Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6771532762804406420tmp [Pipeline] { [Pipeline] echo [2020-10-26T20:29:23.878Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:29:24.180Z] ---> sigul-configuration.sh [2020-10-26T20:29:24.180Z] gpg: directory `/root/.gnupg' created [2020-10-26T20:29:24.180Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-26T20:29:24.180Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-26T20:29:24.180Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-26T20:29:24.180Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-26T20:29:24.180Z] gpg: CAST5 encrypted data [2020-10-26T20:29:24.443Z] gpg: encrypted with 1 passphrase [2020-10-26T20:29:24.443Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-26T20:29:24.745Z] + mkdir /home/jenkins [2020-10-26T20:29:24.746Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-26T20:29:25.049Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-26T20:29:25.060Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:29:25.366Z] ---> sigul-install.sh [2020-10-26T20:29:30.673Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-26T20:29:31.272Z] + git tag --list [2020-10-26T20:29:31.272Z] v0.1.0 [2020-10-26T20:29:31.272Z] v0.1.1 [2020-10-26T20:29:31.272Z] v1.0.0 [2020-10-26T20:29:31.272Z] v1.1.0 [2020-10-26T20:29:31.272Z] v1.2.0 [2020-10-26T20:29:31.272Z] v1.2.1-dev.1 [2020-10-26T20:29:31.272Z] v1.2.1-dev.10 [2020-10-26T20:29:31.272Z] v1.2.1-dev.11 [2020-10-26T20:29:31.272Z] v1.2.1-dev.12 [2020-10-26T20:29:31.272Z] v1.2.1-dev.13 [2020-10-26T20:29:31.272Z] v1.2.1-dev.14 [2020-10-26T20:29:31.272Z] v1.2.1-dev.15 [2020-10-26T20:29:31.272Z] v1.2.1-dev.16 [2020-10-26T20:29:31.272Z] v1.2.1-dev.17 [2020-10-26T20:29:31.272Z] v1.2.1-dev.18 [2020-10-26T20:29:31.272Z] v1.2.1-dev.19 [2020-10-26T20:29:31.272Z] v1.2.1-dev.2 [2020-10-26T20:29:31.272Z] v1.2.1-dev.20 [2020-10-26T20:29:31.272Z] v1.2.1-dev.21 [2020-10-26T20:29:31.273Z] v1.2.1-dev.22 [2020-10-26T20:29:31.273Z] v1.2.1-dev.23 [2020-10-26T20:29:31.273Z] v1.2.1-dev.24 [2020-10-26T20:29:31.273Z] v1.2.1-dev.25 [2020-10-26T20:29:31.273Z] v1.2.1-dev.26 [2020-10-26T20:29:31.273Z] v1.2.1-dev.27 [2020-10-26T20:29:31.273Z] v1.2.1-dev.28 [2020-10-26T20:29:31.273Z] v1.2.1-dev.29 [2020-10-26T20:29:31.273Z] v1.2.1-dev.3 [2020-10-26T20:29:31.273Z] v1.2.1-dev.30 [2020-10-26T20:29:31.273Z] v1.2.1-dev.31 [2020-10-26T20:29:31.273Z] v1.2.1-dev.32 [2020-10-26T20:29:31.273Z] v1.2.1-dev.33 [2020-10-26T20:29:31.273Z] v1.2.1-dev.34 [2020-10-26T20:29:31.273Z] v1.2.1-dev.35 [2020-10-26T20:29:31.273Z] v1.2.1-dev.36 [2020-10-26T20:29:31.273Z] v1.2.1-dev.37 [2020-10-26T20:29:31.273Z] v1.2.1-dev.38 [2020-10-26T20:29:31.273Z] v1.2.1-dev.39 [2020-10-26T20:29:31.273Z] v1.2.1-dev.4 [2020-10-26T20:29:31.273Z] v1.2.1-dev.40 [2020-10-26T20:29:31.273Z] v1.2.1-dev.41 [2020-10-26T20:29:31.273Z] v1.2.1-dev.42 [2020-10-26T20:29:31.273Z] v1.2.1-dev.43 [2020-10-26T20:29:31.273Z] v1.2.1-dev.44 [2020-10-26T20:29:31.273Z] v1.2.1-dev.45 [2020-10-26T20:29:31.273Z] v1.2.1-dev.46 [2020-10-26T20:29:31.273Z] v1.2.1-dev.47 [2020-10-26T20:29:31.273Z] v1.2.1-dev.48 [2020-10-26T20:29:31.273Z] v1.2.1-dev.49 [2020-10-26T20:29:31.273Z] v1.2.1-dev.5 [2020-10-26T20:29:31.273Z] v1.2.1-dev.50 [2020-10-26T20:29:31.273Z] v1.2.1-dev.51 [2020-10-26T20:29:31.273Z] v1.2.1-dev.52 [2020-10-26T20:29:31.273Z] v1.2.1-dev.6 [2020-10-26T20:29:31.273Z] v1.2.1-dev.7 [2020-10-26T20:29:31.273Z] v1.2.1-dev.8 [2020-10-26T20:29:31.273Z] v1.2.1-dev.9 [Pipeline] sh [2020-10-26T20:29:31.573Z] + lftools sign git-tag v1.2.1-dev.52 [2020-10-26T20:29:32.965Z] Signing Git tag with Sigul... [2020-10-26T20:29:32.965Z] Signing v1.2.1-dev.52 [Pipeline] echo [2020-10-26T20:29:33.924Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:29:34.223Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-26T20:29:34.233Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-26T20:29:34.327Z] $ docker stop --time=1 d3554a200878c20d4663803660520b8eb13b6f3ca59dc81aece32335f3e1c474 [2020-10-26T20:29:36.390Z] $ docker rm -f d3554a200878c20d4663803660520b8eb13b6f3ca59dc81aece32335f3e1c474 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:29:37.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T20:29:37.326Z] . [Pipeline] withDockerContainer [2020-10-26T20:29:37.463Z] prd-centos7-docker-4c-2g-8982 does not seem to be running inside a container [2020-10-26T20:29:37.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-26T20:29:38.469Z] $ docker top 3cdc7e96960381db99565570b8b9ba0b3fafea99a22dce741069e7956643b144 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T20:29:38.870Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T20:29:38.870Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T20:29:39.150Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T20:29:39.156Z] $ docker exec 3cdc7e96960381db99565570b8b9ba0b3fafea99a22dce741069e7956643b144 ssh-agent [2020-10-26T20:29:39.397Z] SSH_AUTH_SOCK=/tmp/ssh-JNLuupzUs5OA/agent.11 [2020-10-26T20:29:39.397Z] SSH_AGENT_PID=16 [2020-10-26T20:29:39.407Z] Running ssh-add (command line suppressed) [2020-10-26T20:29:39.603Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6993929339270251334.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6993929339270251334.key) [2020-10-26T20:29:39.670Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T20:29:40.012Z] + git semver bump pre [2020-10-26T20:29:40.012Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T20:29:40.012Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-26T20:29:40.012Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-26T20:29:40.012Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T20:29:40.012Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T20:29:40.012Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T20:29:40.012Z] # $SEMVER_BRANCH = master [2020-10-26T20:29:40.012Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-26T20:29:40.012Z] 1.2.1-dev.53 [Pipeline] } [2020-10-26T20:29:40.028Z] $ docker exec --env ******** --env ******** 3cdc7e96960381db99565570b8b9ba0b3fafea99a22dce741069e7956643b144 ssh-agent -k [2020-10-26T20:29:40.201Z] unset SSH_AUTH_SOCK; [2020-10-26T20:29:40.201Z] unset SSH_AGENT_PID; [2020-10-26T20:29:40.201Z] echo Agent pid 16 killed; [2020-10-26T20:29:40.279Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T20:29:40.879Z] + git semver [Pipeline] } [2020-10-26T20:29:40.903Z] $ docker stop --time=1 3cdc7e96960381db99565570b8b9ba0b3fafea99a22dce741069e7956643b144 [2020-10-26T20:29:42.388Z] $ docker rm -f 3cdc7e96960381db99565570b8b9ba0b3fafea99a22dce741069e7956643b144 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:29:42.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T20:29:42.929Z] . [Pipeline] withDockerContainer [2020-10-26T20:29:43.085Z] prd-centos7-docker-4c-2g-8982 does not seem to be running inside a container [2020-10-26T20:29:43.142Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-26T20:29:43.862Z] $ docker top 9c75a68e076bb7978694b69a41cd2d7eb4196b889b979ebd6bf8cb346028eb42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T20:29:44.175Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T20:29:44.175Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T20:29:44.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T20:29:44.476Z] $ docker exec 9c75a68e076bb7978694b69a41cd2d7eb4196b889b979ebd6bf8cb346028eb42 ssh-agent [2020-10-26T20:29:44.674Z] SSH_AUTH_SOCK=/tmp/ssh-RBuSdy18JFiE/agent.12 [2020-10-26T20:29:44.674Z] SSH_AGENT_PID=17 [2020-10-26T20:29:44.681Z] Running ssh-add (command line suppressed) [2020-10-26T20:29:44.830Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5005897377708901452.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5005897377708901452.key) [2020-10-26T20:29:44.899Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T20:29:45.234Z] + git semver push [2020-10-26T20:29:45.234Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T20:29:45.234Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-26T20:29:45.234Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-26T20:29:45.234Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T20:29:45.234Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T20:29:45.234Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T20:29:45.234Z] # $SEMVER_BRANCH = master [2020-10-26T20:29:45.234Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-26T20:29:51.867Z] $ docker exec --env ******** --env ******** 9c75a68e076bb7978694b69a41cd2d7eb4196b889b979ebd6bf8cb346028eb42 ssh-agent -k [2020-10-26T20:29:52.028Z] unset SSH_AUTH_SOCK; [2020-10-26T20:29:52.029Z] unset SSH_AGENT_PID; [2020-10-26T20:29:52.029Z] echo Agent pid 17 killed; [2020-10-26T20:29:52.111Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T20:29:52.658Z] + git semver [Pipeline] } [2020-10-26T20:29:52.677Z] $ docker stop --time=1 9c75a68e076bb7978694b69a41cd2d7eb4196b889b979ebd6bf8cb346028eb42 [2020-10-26T20:29:54.049Z] $ docker rm -f 9c75a68e076bb7978694b69a41cd2d7eb4196b889b979ebd6bf8cb346028eb42 [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-10-26T20:29:55.711Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:29:56.337Z] ---> package-listing.sh [2020-10-26T20:29:56.337Z] ++ facter osfamily [2020-10-26T20:29:56.337Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-26T20:29:56.337Z] + OS_FAMILY=redhat [2020-10-26T20:29:56.337Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-10-26T20:29:56.337Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-26T20:29:56.337Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-26T20:29:56.337Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-26T20:29:56.337Z] + PACKAGES=/tmp/packages_start.txt [2020-10-26T20:29:56.337Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-26T20:29:56.337Z] + PACKAGES=/tmp/packages_end.txt [2020-10-26T20:29:56.337Z] + case "${OS_FAMILY}" in [2020-10-26T20:29:56.337Z] + rpm -qa [2020-10-26T20:29:56.337Z] + sort [2020-10-26T20:30:00.676Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-26T20:30:00.676Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-26T20:30:00.676Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-26T20:30:00.676Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-26T20:30:00.676Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-10-26T20:30:00.676Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo [2020-10-26T20:30:00.692Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-26T20:30:00.994Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:30:01.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T20:30:01.591Z] [2020-10-26T20:30:01.591Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-26T20:30:02.113Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T20:30:02.113Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-26T20:30:02.113Z] df20fa9351a1: Pulling fs layer [2020-10-26T20:30:02.113Z] 36b3adc4ff6f: Pulling fs layer [2020-10-26T20:30:02.113Z] 8ad3a11d3b57: Pulling fs layer [2020-10-26T20:30:02.113Z] 46f8f816bc3b: Pulling fs layer [2020-10-26T20:30:02.113Z] 93b61091891f: Pulling fs layer [2020-10-26T20:30:02.113Z] 93b9cdb0e59b: Pulling fs layer [2020-10-26T20:30:02.113Z] 5e14af77c1be: Pulling fs layer [2020-10-26T20:30:02.113Z] 01666e4c0597: Pulling fs layer [2020-10-26T20:30:02.113Z] aa168da1d23b: Pulling fs layer [2020-10-26T20:30:02.113Z] 46f8f816bc3b: Waiting [2020-10-26T20:30:02.113Z] 93b61091891f: Waiting [2020-10-26T20:30:02.113Z] 93b9cdb0e59b: Waiting [2020-10-26T20:30:02.113Z] 5e14af77c1be: Waiting [2020-10-26T20:30:02.113Z] 01666e4c0597: Waiting [2020-10-26T20:30:02.385Z] 36b3adc4ff6f: Download complete [2020-10-26T20:30:02.385Z] 46f8f816bc3b: Verifying Checksum [2020-10-26T20:30:02.385Z] 46f8f816bc3b: Download complete [2020-10-26T20:30:02.385Z] df20fa9351a1: Verifying Checksum [2020-10-26T20:30:02.385Z] df20fa9351a1: Download complete [2020-10-26T20:30:02.385Z] 93b9cdb0e59b: Verifying Checksum [2020-10-26T20:30:02.385Z] 93b9cdb0e59b: Download complete [2020-10-26T20:30:02.385Z] 5e14af77c1be: Verifying Checksum [2020-10-26T20:30:02.385Z] 5e14af77c1be: Download complete [2020-10-26T20:30:02.385Z] 93b61091891f: Verifying Checksum [2020-10-26T20:30:02.385Z] 93b61091891f: Download complete [2020-10-26T20:30:02.385Z] 01666e4c0597: Verifying Checksum [2020-10-26T20:30:02.385Z] 01666e4c0597: Download complete [2020-10-26T20:30:02.971Z] df20fa9351a1: Pull complete [2020-10-26T20:30:02.971Z] 8ad3a11d3b57: Verifying Checksum [2020-10-26T20:30:02.971Z] 8ad3a11d3b57: Download complete [2020-10-26T20:30:02.971Z] 36b3adc4ff6f: Pull complete [2020-10-26T20:30:04.383Z] 8ad3a11d3b57: Pull complete [2020-10-26T20:30:04.383Z] 46f8f816bc3b: Pull complete [2020-10-26T20:30:04.965Z] 93b61091891f: Pull complete [2020-10-26T20:30:05.227Z] 93b9cdb0e59b: Pull complete [2020-10-26T20:30:05.227Z] aa168da1d23b: Verifying Checksum [2020-10-26T20:30:05.227Z] aa168da1d23b: Download complete [2020-10-26T20:30:05.490Z] 5e14af77c1be: Pull complete [2020-10-26T20:30:05.490Z] 01666e4c0597: Pull complete [2020-10-26T20:30:13.739Z] aa168da1d23b: Pull complete [2020-10-26T20:30:13.739Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-26T20:30:13.739Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T20:30:13.739Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-26T20:30:13.874Z] prd-centos7-docker-4c-2g-8982 does not seem to be running inside a container [2020-10-26T20:30:13.932Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-26T20:30:20.308Z] $ docker top 8e3ffeabbe3205e46e7469c087b81966ea57a6fa2e0663e147a6fceb7a56d30d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T20:30:20.884Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-26T20:30:21.190Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-26T20:30:21.494Z] + ls /var/log/sa-host [2020-10-26T20:30:21.494Z] + sadf -c /var/log/sa-host/sa05 [2020-10-26T20:30:21.494Z] file_magic: OK [2020-10-26T20:30:21.494Z] HZ: Using current value: 100 [2020-10-26T20:30:21.494Z] file_header: OK [2020-10-26T20:30:21.494Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-26T20:30:21.494Z] Statistics: [2020-10-26T20:30:21.494Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T20:30:21.494Z] File successfully converted to sysstat format version 12.2.1 [2020-10-26T20:30:21.494Z] + sadf -c /var/log/sa-host/sa26 [2020-10-26T20:30:21.494Z] file_magic: OK [2020-10-26T20:30:21.494Z] HZ: Using current value: 100 [2020-10-26T20:30:21.494Z] file_header: OK [2020-10-26T20:30:21.494Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-26T20:30:21.494Z] Statistics: [2020-10-26T20:30:21.494Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T20:30:21.494Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T20:30:21.689Z] provisioning config files... [2020-10-26T20:30:21.706Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5343676480190851281tmp [Pipeline] { [Pipeline] echo [2020-10-26T20:30:21.779Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:30:22.077Z] ---> create-netrc.sh [Pipeline] } [2020-10-26T20:30:22.087Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-26T20:30:22.183Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:30:22.481Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-26T20:30:22.493Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:30:22.790Z] ---> sudo-logs.sh [2020-10-26T20:30:22.790Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-26T20:30:22.829Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:30:23.134Z] ---> job-cost.sh [2020-10-26T20:30:23.134Z] lf-activate-venv: SKIPPING [2020-10-26T20:30:23.134Z] INFO: No Stack... [2020-10-26T20:30:24.527Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-26T20:30:24.792Z] INFO: Archiving Costs [Pipeline] echo [2020-10-26T20:30:24.806Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T20:30:25.109Z] ---> logs-deploy.sh [2020-10-26T20:30:25.109Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/140 [2020-10-26T20:30:25.109Z] INFO: archiving workspace using pattern(s): [2020-10-26T20:30:27.687Z] Archives upload complete. [2020-10-26T20:30:27.687Z] INFO: archiving logs to Nexus [2020-10-26T20:30:28.639Z] ---> uname -a: [2020-10-26T20:30:28.639Z] Linux prd-centos7-docker-4c-2g-8982.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-26T20:30:28.639Z] [2020-10-26T20:30:28.639Z] [2020-10-26T20:30:28.639Z] ---> lscpu: [2020-10-26T20:30:28.639Z] Architecture: x86_64 [2020-10-26T20:30:28.639Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-26T20:30:28.639Z] Byte Order: Little Endian [2020-10-26T20:30:28.639Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-26T20:30:28.639Z] CPU(s): 4 [2020-10-26T20:30:28.639Z] On-line CPU(s) list: 0-3 [2020-10-26T20:30:28.639Z] Thread(s) per core: 1 [2020-10-26T20:30:28.639Z] Core(s) per socket: 1 [2020-10-26T20:30:28.639Z] Socket(s): 4 [2020-10-26T20:30:28.639Z] NUMA node(s): 1 [2020-10-26T20:30:28.639Z] Vendor ID: GenuineIntel [2020-10-26T20:30:28.639Z] CPU family: 6 [2020-10-26T20:30:28.639Z] Model: 44 [2020-10-26T20:30:28.639Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-26T20:30:28.639Z] Stepping: 1 [2020-10-26T20:30:28.639Z] CPU MHz: 2933.436 [2020-10-26T20:30:28.639Z] BogoMIPS: 5866.87 [2020-10-26T20:30:28.639Z] Virtualization: VT-x [2020-10-26T20:30:28.639Z] Hypervisor vendor: KVM [2020-10-26T20:30:28.639Z] Virtualization type: full [2020-10-26T20:30:28.639Z] L1d cache: 128 KiB [2020-10-26T20:30:28.639Z] L1i cache: 128 KiB [2020-10-26T20:30:28.639Z] L2 cache: 16 MiB [2020-10-26T20:30:28.639Z] L3 cache: 64 MiB [2020-10-26T20:30:28.639Z] NUMA node0 CPU(s): 0-3 [2020-10-26T20:30:28.639Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-26T20:30:28.639Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-26T20:30:28.639Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-26T20:30:28.639Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-26T20:30:28.639Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-26T20:30:28.639Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-26T20:30:28.639Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-26T20:30:28.639Z] Vulnerability Tsx async abort: Not affected [2020-10-26T20:30:28.639Z] 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-10-26T20:30:28.639Z] [2020-10-26T20:30:28.639Z] [2020-10-26T20:30:28.639Z] ---> nproc: [2020-10-26T20:30:28.639Z] 4 [2020-10-26T20:30:28.639Z] [2020-10-26T20:30:28.639Z] [2020-10-26T20:30:28.639Z] ---> df -h: [2020-10-26T20:30:28.640Z] Filesystem Size Used Available Use% Mounted on [2020-10-26T20:30:28.640Z] overlay 50.0G 8.5G 41.5G 17% / [2020-10-26T20:30:28.640Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-26T20:30:28.640Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-26T20:30:28.640Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-26T20:30:28.640Z] /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os [2020-10-26T20:30:28.640Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-10-26T20:30:28.640Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-10-26T20:30:28.640Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-10-26T20:30:28.640Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log [2020-10-26T20:30:28.640Z] /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json [2020-10-26T20:30:28.640Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master [2020-10-26T20:30:28.640Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2020-10-26T20:30:28.640Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host [2020-10-26T20:30:28.640Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z] ---> free -m: [2020-10-26T20:30:28.640Z] total used free shared buff/cache available [2020-10-26T20:30:28.640Z] Mem: 1837 786 153 0 896 989 [2020-10-26T20:30:28.640Z] Swap: 1023 3 1020 [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z] ---> ip addr: [2020-10-26T20:30:28.640Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-26T20:30:28.640Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-26T20:30:28.640Z] inet 127.0.0.1/8 scope host lo [2020-10-26T20:30:28.640Z] valid_lft forever preferred_lft forever [2020-10-26T20:30:28.640Z] inet6 ::1/128 scope host [2020-10-26T20:30:28.640Z] valid_lft forever preferred_lft forever [2020-10-26T20:30:28.640Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-26T20:30:28.640Z] link/ether fa:16:3e:08:a8:c2 brd ff:ff:ff:ff:ff:ff [2020-10-26T20:30:28.640Z] inet 10.30.122.136/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-26T20:30:28.640Z] valid_lft 85964sec preferred_lft 85964sec [2020-10-26T20:30:28.640Z] inet6 fe80::f816:3eff:fe08:a8c2/64 scope link [2020-10-26T20:30:28.640Z] valid_lft forever preferred_lft forever [2020-10-26T20:30:28.640Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-26T20:30:28.640Z] link/ether 02:42:5a:ef:87:07 brd ff:ff:ff:ff:ff:ff [2020-10-26T20:30:28.640Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-26T20:30:28.640Z] valid_lft forever preferred_lft forever [2020-10-26T20:30:28.640Z] inet6 fe80::42:5aff:feef:8707/64 scope link [2020-10-26T20:30:28.640Z] valid_lft forever preferred_lft forever [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z] ---> sar -b -r -n DEV: [2020-10-26T20:30:28.640Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z] 20:22:54 LINUX RESTART (4 CPU) [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z] 20:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-26T20:30:28.640Z] 20:25:01 10.09 2.46 7.63 0.00 209.26 1344.22 0.00 [2020-10-26T20:30:28.640Z] 20:26:01 0.43 0.00 0.43 0.00 0.00 6.99 0.00 [2020-10-26T20:30:28.640Z] 20:27:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 [2020-10-26T20:30:28.640Z] 20:28:01 0.37 0.00 0.37 0.00 0.00 5.38 0.00 [2020-10-26T20:30:28.640Z] 20:29:01 266.67 147.34 119.33 0.00 7804.86 42783.04 0.00 [2020-10-26T20:30:28.640Z] 20:30:01 237.48 115.60 121.88 0.00 8811.31 25331.78 0.00 [2020-10-26T20:30:28.640Z] Average: 85.93 44.26 41.67 0.00 2805.86 11585.40 0.00 [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z] 20:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-26T20:30:28.640Z] 20:25:01 236312 0 573632 30.49 2620 1068992 1111464 37.93 417088 1069360 20 [2020-10-26T20:30:28.640Z] 20:26:01 235732 0 574204 30.52 2620 1069000 1110336 37.89 418520 1068496 12 [2020-10-26T20:30:28.640Z] 20:27:01 238044 0 571888 30.39 2620 1069004 1090780 37.23 417716 1067104 8 [2020-10-26T20:30:28.640Z] 20:28:01 239112 0 570760 30.33 2620 1069064 1072060 36.59 423356 1061412 24 [2020-10-26T20:30:28.640Z] 20:29:01 77220 0 693708 36.87 2596 1108032 1506004 51.40 640692 970208 14584 [2020-10-26T20:30:28.640Z] 20:30:01 115528 0 727164 38.65 1492 1037372 1124984 38.39 612900 861816 168 [2020-10-26T20:30:28.640Z] Average: 190325 0 618559 32.87 2428 1070244 1169271 39.91 488379 1016399 2469 [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z] 20:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-26T20:30:28.640Z] 20:25:01 eth0 91.43 78.65 320.27 13.13 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:25:01 docker0 67.40 71.53 6.71 302.34 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:26:01 eth0 2.41 0.60 0.68 0.40 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:27:01 eth0 2.02 0.63 0.64 0.31 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:28:01 eth0 0.85 0.10 0.07 0.10 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:29:01 eth0 836.27 744.11 7402.97 67.08 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:29:01 docker0 55.67 57.42 4.56 410.77 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:30:01 eth0 129.41 100.96 272.45 122.85 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] 20:30:01 docker0 28.33 36.23 1.84 199.29 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] Average: eth0 177.15 154.25 1333.48 34.00 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] Average: docker0 25.24 27.54 2.19 152.12 0.00 0.00 0.00 0.00 [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z] ---> sar -P ALL: [2020-10-26T20:30:28.640Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z] 20:22:54 LINUX RESTART (4 CPU) [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z] 20:24:01 CPU %user %nice %system %iowait %steal %idle [2020-10-26T20:30:28.640Z] 20:25:01 all 1.72 0.00 0.71 0.08 0.01 97.49 [2020-10-26T20:30:28.640Z] 20:25:01 0 2.01 0.00 0.77 0.08 0.02 97.12 [2020-10-26T20:30:28.640Z] 20:25:01 1 1.71 0.00 0.62 0.05 0.02 97.61 [2020-10-26T20:30:28.640Z] 20:25:01 2 1.47 0.00 0.70 0.15 0.02 97.66 [2020-10-26T20:30:28.640Z] 20:25:01 3 1.67 0.00 0.75 0.02 0.00 97.56 [2020-10-26T20:30:28.640Z] 20:26:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2020-10-26T20:30:28.640Z] 20:26:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-26T20:30:28.640Z] 20:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2020-10-26T20:30:28.640Z] 20:26:01 2 0.50 0.00 0.07 0.00 0.00 99.43 [2020-10-26T20:30:28.640Z] 20:26:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2020-10-26T20:30:28.640Z] 20:27:01 all 0.17 0.00 0.05 0.00 0.01 99.78 [2020-10-26T20:30:28.640Z] 20:27:01 0 0.05 0.00 0.07 0.00 0.03 99.85 [2020-10-26T20:30:28.640Z] 20:27:01 1 0.17 0.00 0.03 0.00 0.02 99.78 [2020-10-26T20:30:28.640Z] 20:27:01 2 0.42 0.00 0.05 0.00 0.00 99.53 [2020-10-26T20:30:28.640Z] 20:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-26T20:30:28.640Z] 20:28:01 all 0.16 0.00 0.05 0.00 0.01 99.78 [2020-10-26T20:30:28.640Z] 20:28:01 0 0.07 0.00 0.08 0.00 0.02 99.83 [2020-10-26T20:30:28.640Z] 20:28:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2020-10-26T20:30:28.640Z] 20:28:01 2 0.52 0.00 0.05 0.00 0.02 99.42 [2020-10-26T20:30:28.640Z] 20:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-26T20:30:28.640Z] 20:29:01 all 11.23 0.00 7.69 2.99 0.35 77.75 [2020-10-26T20:30:28.640Z] 20:29:01 0 11.97 0.00 7.74 3.17 0.36 76.76 [2020-10-26T20:30:28.640Z] 20:29:01 1 10.47 0.00 7.75 3.14 0.33 78.32 [2020-10-26T20:30:28.640Z] 20:29:01 2 11.14 0.00 8.28 3.03 0.31 77.24 [2020-10-26T20:30:28.640Z] 20:29:01 3 11.34 0.00 6.97 2.65 0.40 78.65 [2020-10-26T20:30:28.640Z] 20:30:01 all 11.27 0.00 8.13 3.58 0.85 76.17 [2020-10-26T20:30:28.640Z] 20:30:01 0 9.94 0.00 8.22 4.74 0.85 76.26 [2020-10-26T20:30:28.640Z] 20:30:01 1 9.90 0.00 7.69 2.35 0.92 79.13 [2020-10-26T20:30:28.640Z] 20:30:01 2 14.53 0.00 8.33 3.22 0.81 73.11 [2020-10-26T20:30:28.640Z] 20:30:01 3 10.75 0.00 8.28 4.00 0.82 76.14 [2020-10-26T20:30:28.640Z] Average: all 4.05 0.00 2.73 1.09 0.20 91.93 [2020-10-26T20:30:28.640Z] Average: 0 3.94 0.00 2.77 1.31 0.21 91.77 [2020-10-26T20:30:28.640Z] Average: 1 3.66 0.00 2.65 0.91 0.21 92.57 [2020-10-26T20:30:28.640Z] Average: 2 4.68 0.00 2.86 1.04 0.19 91.23 [2020-10-26T20:30:28.640Z] Average: 3 3.91 0.00 2.63 1.09 0.20 92.16 [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z] [2020-10-26T20:30:28.640Z]