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 20:23:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:23:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:23:46 ========================================================= 20:23:46 EdgeX Global Pipelines Version Info 20:23:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:23:48 ------------------- 20:23:48 stable info: 20:23:48 ------------------- 20:23:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:23:48 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 20:23:48 Message: update stable to v1.0.148 20:23:49 ------------------- 20:23:49 experimental info: 20:23:49 ------------------- 20:23:49 Commited By: **** collab-it+edgex@linuxfoundation.org 20:23:49 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 20:23:49 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 20:23:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 20:23:49 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 20:23:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:23:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:23:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:23:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:23:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:23:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:23:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:23:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:23:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:23:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 20:23:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:23:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:23:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:23:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:23:51 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:23:51 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:23:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:23:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:23:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:23:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:23:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:23:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:23:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:23:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:23:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:23:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:23:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68e97547045a1d08bfafd3f098c72252acd544ed [Pipeline] echo 20:23:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68e9754 [Pipeline] echo 20:23:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:23:53 + git log --format=format:%s -1 68e97547045a1d08bfafd3f098c72252acd544ed [Pipeline] echo 20:23:53 GIT_COMMIT: 68e97547045a1d08bfafd3f098c72252acd544ed, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts (#562) [Pipeline] echo 20:23:53 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:23:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:23:54 20:23:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:23:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:23:55 latest: Pulling from edgex-devops/git-semver 20:23:55 31603596830f: Pulling fs layer 20:23:55 2a8b12db71e7: Pulling fs layer 20:23:55 6ca5941a6612: Pulling fs layer 20:23:55 ecc8261a40a4: Pulling fs layer 20:23:55 ecc8261a40a4: Waiting 20:23:55 2a8b12db71e7: Verifying Checksum 20:23:55 2a8b12db71e7: Download complete 20:23:55 31603596830f: Verifying Checksum 20:23:55 31603596830f: Download complete 20:23:55 ecc8261a40a4: Verifying Checksum 20:23:55 ecc8261a40a4: Download complete 20:23:55 6ca5941a6612: Verifying Checksum 20:23:55 6ca5941a6612: Download complete 20:23:55 31603596830f: Pull complete 20:23:55 2a8b12db71e7: Pull complete 20:23:56 6ca5941a6612: Pull complete 20:23:57 ecc8261a40a4: Pull complete 20:23:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:23:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:23:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:23:57 prd-centos7-docker-4c-2g-8982 does not seem to be running inside a container 20:23:57 $ 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 20:23:59 $ docker top 16b35a0cab8cef68f35e28035233ed918f7d875eaee2105d04d31e5397997b76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:23:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:23:59 [ssh-agent] Looking for ssh-agent implementation... 20:23:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:23:59 $ docker exec 16b35a0cab8cef68f35e28035233ed918f7d875eaee2105d04d31e5397997b76 ssh-agent 20:23:59 SSH_AUTH_SOCK=/tmp/ssh-h5GhtHtx077n/agent.13 20:23:59 SSH_AGENT_PID=18 20:24:00 Running ssh-add (command line suppressed) 20:24:00 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) 20:24:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:24:00 + git tag --points-at HEAD [Pipeline] } 20:24:00 $ docker exec --env ******** --env ******** 16b35a0cab8cef68f35e28035233ed918f7d875eaee2105d04d31e5397997b76 ssh-agent -k 20:24:00 unset SSH_AUTH_SOCK; 20:24:00 unset SSH_AGENT_PID; 20:24:00 echo Agent pid 18 killed; 20:24:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:24:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:24:00 [ssh-agent] Looking for ssh-agent implementation... 20:24:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:24:01 $ docker exec 16b35a0cab8cef68f35e28035233ed918f7d875eaee2105d04d31e5397997b76 ssh-agent 20:24:01 SSH_AUTH_SOCK=/tmp/ssh-ocQLCwTZoE2J/agent.48 20:24:01 SSH_AGENT_PID=54 20:24:01 Running ssh-add (command line suppressed) 20:24:01 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) 20:24:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:24:01 + git semver init 20:24:01 # -> Open(): unable to determine branch for HEAD 20:24:01 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:24:01 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:24:01 # $SEMVER_REMOTE_NAME = origin 20:24:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:24:01 # $SEMVER_USER_NAME = edgex-jenkins 20:24:01 # $SEMVER_BRANCH = master 20:24:01 # $SEMVER_TEMP = /tmp/semver-186229287 20:24:01 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 20:24:08 # '/tmp/semver-186229287' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 20:24:08 # -> Force: false 20:24:08 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 20:24:08 $ docker exec --env ******** --env ******** 16b35a0cab8cef68f35e28035233ed918f7d875eaee2105d04d31e5397997b76 ssh-agent -k 20:24:08 unset SSH_AUTH_SOCK; 20:24:08 unset SSH_AGENT_PID; 20:24:08 echo Agent pid 54 killed; 20:24:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:24:09 + git semver [Pipeline] } 20:24:09 $ docker stop --time=1 16b35a0cab8cef68f35e28035233ed918f7d875eaee2105d04d31e5397997b76 20:24:10 $ docker rm -f 16b35a0cab8cef68f35e28035233ed918f7d875eaee2105d04d31e5397997b76 [Pipeline] // withDockerContainer [Pipeline] sh 20:24:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:24:11 Stashed 1 file(s) [Pipeline] echo 20:24:11 [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 20:24:27 Still waiting to schedule task 20:24:27 ‘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’ 20:24:27 Still waiting to schedule task 20:24:27 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:25:33 Running on prd-centos7-docker-4c-2g-8985 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 20:25:33 Running in /w/workspace/app-functions-sdk-go/140 [Pipeline] { [Pipeline] checkout 20:25:36 using credential edgex-jenkins-ssh 20:25:36 Cloning the remote Git repository 20:25:36 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 20:25:36 > git init /w/workspace/app-functions-sdk-go/140 # timeout=10 20:25:36 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:25:36 > git --version # timeout=10 20:25:36 > git --version # 'git version 2.16.5' 20:25:36 using GIT_SSH to set credentials SSH Credentials for GitHub 20:25:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:25:38 Checking out Revision 68e97547045a1d08bfafd3f098c72252acd544ed (master) 20:25:38 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:25:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:25:38 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:25:38 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:25:38 using GIT_SSH to set credentials SSH Credentials for GitHub 20:25:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:25:38 > git config core.sparsecheckout # timeout=10 20:25:38 > git checkout -f 68e97547045a1d08bfafd3f098c72252acd544ed # timeout=10 20:25:42 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 20:25:43 ========================================================= 20:25:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:25:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:25:44 + 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 . 20:25:44 Sending build context to Docker daemon 19.14MB 20:25:44 Step 1/8 : ARG BASE=golang:1.15-alpine 20:25:44 Step 2/8 : FROM ${BASE} 20:25:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:25:45 df20fa9351a1: Pulling fs layer 20:25:45 ed8968b2872e: Pulling fs layer 20:25:45 a92cc7c5fd73: Pulling fs layer 20:25:45 e871e8e8d7a9: Pulling fs layer 20:25:45 e73272ec9a57: Pulling fs layer 20:25:45 1e910a182e73: Pulling fs layer 20:25:45 4e634b169226: Pulling fs layer 20:25:45 e871e8e8d7a9: Waiting 20:25:45 e73272ec9a57: Waiting 20:25:45 1e910a182e73: Waiting 20:25:45 4e634b169226: Waiting 20:25:45 a92cc7c5fd73: Verifying Checksum 20:25:45 a92cc7c5fd73: Download complete 20:25:45 ed8968b2872e: Verifying Checksum 20:25:45 ed8968b2872e: Download complete 20:25:45 e73272ec9a57: Verifying Checksum 20:25:45 e73272ec9a57: Download complete 20:25:45 1e910a182e73: Verifying Checksum 20:25:45 1e910a182e73: Download complete 20:25:45 df20fa9351a1: Verifying Checksum 20:25:45 df20fa9351a1: Download complete 20:25:45 df20fa9351a1: Pull complete 20:25:45 ed8968b2872e: Pull complete 20:25:45 a92cc7c5fd73: Pull complete 20:25:47 4e634b169226: Verifying Checksum 20:25:47 4e634b169226: Download complete 20:25:48 e871e8e8d7a9: Verifying Checksum 20:25:48 e871e8e8d7a9: Download complete 20:25:53 e871e8e8d7a9: Pull complete 20:25:53 e73272ec9a57: Pull complete 20:25:53 1e910a182e73: Pull complete 20:25:58 4e634b169226: Pull complete 20:25:58 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 20:25:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:25:58 ---> f7629b54cfaa 20:25:58 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:25:58 latest: Pulling from library/docker 20:25:59 188c0c94c7c5: Pulling fs layer 20:25:59 0c7c675703d6: Pulling fs layer 20:25:59 cc8c12a437cb: Pulling fs layer 20:25:59 c5dafad2182a: Pulling fs layer 20:25:59 5aa711733414: Pulling fs layer 20:25:59 058f73b55e4b: Pulling fs layer 20:25:59 8c9c664faf12: Pulling fs layer 20:25:59 5aa711733414: Waiting 20:25:59 058f73b55e4b: Waiting 20:25:59 c5dafad2182a: Waiting 20:25:59 8c9c664faf12: Waiting 20:26:01 cc8c12a437cb: Verifying Checksum 20:26:01 cc8c12a437cb: Download complete 20:26:01 188c0c94c7c5: Verifying Checksum 20:26:01 188c0c94c7c5: Download complete 20:26:01 0c7c675703d6: Verifying Checksum 20:26:01 0c7c675703d6: Download complete 20:26:01 5aa711733414: Verifying Checksum 20:26:01 5aa711733414: Download complete 20:26:02 8c9c664faf12: Verifying Checksum 20:26:02 8c9c664faf12: Download complete 20:26:02 188c0c94c7c5: Pull complete 20:26:02 058f73b55e4b: Verifying Checksum 20:26:02 058f73b55e4b: Download complete 20:26:02 0c7c675703d6: Pull complete 20:26:02 cc8c12a437cb: Pull complete 20:26:02 c5dafad2182a: Verifying Checksum 20:26:02 c5dafad2182a: Download complete 20:26:05 c5dafad2182a: Pull complete 20:26:05 5aa711733414: Pull complete 20:26:05 058f73b55e4b: Pull complete 20:26:05 8c9c664faf12: Pull complete 20:26:05 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 20:26:05 Status: Downloaded newer image for docker:latest 20:26:07 ---> 46de76cea721 20:26:07 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:26:07 ---> Running in 749fb32ed00d 20:26:07 Removing intermediate container 749fb32ed00d 20:26:07 ---> 62020e0ce92a 20:26:07 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 20:26:07 ---> Running in f419cede81e6 20:26:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:09 (1/5) Installing libsodium (1.0.18-r0) 20:26:09 (2/5) Installing libzmq (4.3.3-r0) 20:26:09 (3/5) Installing pkgconf (1.7.2-r0) 20:26:09 (4/5) Installing libsodium-dev (1.0.18-r0) 20:26:10 (5/5) Installing zeromq-dev (4.3.3-r0) 20:26:10 Executing busybox-1.31.1-r16.trigger 20:26:10 OK: 167 MiB in 44 packages 20:26:10 Removing intermediate container f419cede81e6 20:26:10 ---> 02a844dbd69c 20:26:10 Step 6/8 : WORKDIR /build 20:26:10 ---> Running in 9a4723c8fe67 20:26:10 Removing intermediate container 9a4723c8fe67 20:26:10 ---> 1936fde5d0d0 20:26:10 Step 7/8 : COPY go.mod . 20:26:11 ---> b8d7b985039a 20:26:11 Step 8/8 : RUN go mod download 20:26:11 ---> Running in df184443e451 20:26:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8986 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 20:26:27 Running in /w/workspace/app-functions-sdk-go/140 [Pipeline] { [Pipeline] checkout 20:26:33 using credential edgex-jenkins-ssh 20:26:33 Cloning the remote Git repository 20:26:33 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 20:26:33 > git init /w/workspace/app-functions-sdk-go/140 # timeout=10 20:26:33 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:26:33 > git --version # timeout=10 20:26:33 > git --version # 'git version 2.17.1' 20:26:33 using GIT_SSH to set credentials SSH Credentials for GitHub 20:26:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:26:36 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:26:37 Checking out Revision 68e97547045a1d08bfafd3f098c72252acd544ed (master) 20:26:37 Removing intermediate container df184443e451 20:26:37 ---> 123dcc90ebde 20:26:37 Successfully built 123dcc90ebde 20:26:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:26:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:26:36 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:26:36 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:26:36 using GIT_SSH to set credentials SSH Credentials for GitHub 20:26:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:26:37 > git config core.sparsecheckout # timeout=10 20:26:37 > git checkout -f 68e97547045a1d08bfafd3f098c72252acd544ed # timeout=10 20:26:38 + docker inspect -f . ci-base-image-x86_64 20:26:38 . [Pipeline] withDockerContainer 20:26:38 prd-centos7-docker-4c-2g-8985 does not seem to be running inside a container 20:26:38 $ 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 20:26:39 $ docker top 8cf3681490a450dad4dd4300c3e4189a83302f145dbbd48f31e1371d210d2185 -eo pid,comm [Pipeline] { [Pipeline] sh 20:26:39 + go version 20:26:39 go version go1.15.2 linux/amd64 [Pipeline] } 20:26:39 $ docker stop --time=1 8cf3681490a450dad4dd4300c3e4189a83302f145dbbd48f31e1371d210d2185 20:26:41 $ 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 20:26:42 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 20:26:43 ========================================================= 20:26:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:26:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:26:44 + 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 . 20:26:45 Sending build context to Docker daemon 19.14MB 20:26:45 Step 1/8 : ARG BASE=golang:1.15-alpine 20:26:45 Step 2/8 : FROM ${BASE} 20:26:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:26:45 b538f80385f9: Pulling fs layer 20:26:45 74f711af9a0d: Pulling fs layer 20:26:45 99f96fe45779: Pulling fs layer 20:26:45 8529a6b9a6be: Pulling fs layer 20:26:45 45590311c82a: Pulling fs layer 20:26:45 69ca0ff8b7b3: Pulling fs layer 20:26:45 209524e5b208: Pulling fs layer 20:26:45 8529a6b9a6be: Waiting 20:26:45 45590311c82a: Waiting 20:26:45 69ca0ff8b7b3: Waiting 20:26:45 209524e5b208: Waiting 20:26:45 99f96fe45779: Verifying Checksum 20:26:45 99f96fe45779: Download complete 20:26:45 74f711af9a0d: Verifying Checksum 20:26:45 74f711af9a0d: Download complete 20:26:45 45590311c82a: Verifying Checksum 20:26:45 45590311c82a: Download complete 20:26:45 69ca0ff8b7b3: Download complete 20:26:45 b538f80385f9: Verifying Checksum 20:26:45 b538f80385f9: Download complete 20:26:46 b538f80385f9: Pull complete 20:26:47 74f711af9a0d: Pull complete 20:26:47 99f96fe45779: Pull complete 20:26:48 209524e5b208: Verifying Checksum 20:26:48 209524e5b208: Download complete 20:26:49 8529a6b9a6be: Verifying Checksum 20:26:49 8529a6b9a6be: Download complete 20:26:59 8529a6b9a6be: Pull complete 20:27:00 45590311c82a: Pull complete 20:27:00 69ca0ff8b7b3: Pull complete 20:27:04 209524e5b208: Pull complete 20:27:04 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 20:27:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:27:04 ---> 5bddaf1c2fca 20:27:04 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 20:27:04 latest: Pulling from library/docker 20:27:04 5f621e34cdf4: Pulling fs layer 20:27:04 85db56a05063: Pulling fs layer 20:27:04 ccb67d6aeaaa: Pulling fs layer 20:27:04 a0b19fc83503: Pulling fs layer 20:27:04 8eb508b41278: Pulling fs layer 20:27:04 37236713561e: Pulling fs layer 20:27:04 07c93f2b1b56: Pulling fs layer 20:27:04 8eb508b41278: Waiting 20:27:04 a0b19fc83503: Waiting 20:27:04 37236713561e: Waiting 20:27:04 07c93f2b1b56: Waiting 20:27:04 ccb67d6aeaaa: Verifying Checksum 20:27:04 ccb67d6aeaaa: Download complete 20:27:04 85db56a05063: Verifying Checksum 20:27:04 85db56a05063: Download complete 20:27:04 5f621e34cdf4: Verifying Checksum 20:27:04 5f621e34cdf4: Download complete 20:27:04 8eb508b41278: Verifying Checksum 20:27:04 8eb508b41278: Download complete 20:27:05 37236713561e: Verifying Checksum 20:27:05 37236713561e: Download complete 20:27:05 07c93f2b1b56: Verifying Checksum 20:27:05 07c93f2b1b56: Download complete 20:27:05 5f621e34cdf4: Pull complete 20:27:06 85db56a05063: Pull complete 20:27:06 a0b19fc83503: Verifying Checksum 20:27:06 a0b19fc83503: Download complete 20:27:06 ccb67d6aeaaa: Pull complete 20:27:10 a0b19fc83503: Pull complete 20:27:10 8eb508b41278: Pull complete 20:27:10 37236713561e: Pull complete 20:27:11 07c93f2b1b56: Pull complete 20:27:11 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 20:27:11 Status: Downloaded newer image for docker:latest 20:27:17 ---> c313230ed1cf 20:27:17 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:27:17 ---> Running in dbcbe499b2db 20:27:18 Removing intermediate container dbcbe499b2db 20:27:18 ---> f07abf790fca 20:27:18 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 20:27:18 ---> Running in 15112f593b51 20:27:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:22 (1/5) Installing libsodium (1.0.18-r0) 20:27:22 (2/5) Installing libzmq (4.3.3-r0) 20:27:22 (3/5) Installing pkgconf (1.7.2-r0) 20:27:22 (4/5) Installing libsodium-dev (1.0.18-r0) 20:27:22 (5/5) Installing zeromq-dev (4.3.3-r0) 20:27:22 Executing busybox-1.31.1-r16.trigger 20:27:22 OK: 144 MiB in 44 packages 20:27:24 Removing intermediate container 15112f593b51 20:27:24 ---> 7813b6e6430d 20:27:24 Step 6/8 : WORKDIR /build 20:27:24 ---> Running in 7458ee94872a 20:27:24 Removing intermediate container 7458ee94872a 20:27:24 ---> b1845de77153 20:27:24 Step 7/8 : COPY go.mod . 20:27:25 ---> c38abec9c875 20:27:25 Step 8/8 : RUN go mod download 20:27:25 ---> Running in 15362ac0404c 20:27:58 Removing intermediate container 15362ac0404c 20:27:58 ---> 7dbe676d3111 20:27:58 Successfully built 7dbe676d3111 20:27:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:27:58 + docker inspect -f . ci-base-image-arm64 20:27:58 . [Pipeline] withDockerContainer 20:27:59 prd-ubuntu18.04-docker-arm64-4c-16g-8986 does not seem to be running inside a container 20:27:59 $ 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 20:28:01 $ docker top fcf958d6020cfb16e16301ed2b9926a7b8abb7668d76e5463e814d1f38b93a1e -eo pid,comm [Pipeline] { [Pipeline] sh 20:28:02 + go version 20:28:02 go version go1.15.2 linux/arm64 [Pipeline] } 20:28:02 $ docker stop --time=1 fcf958d6020cfb16e16301ed2b9926a7b8abb7668d76e5463e814d1f38b93a1e 20:28:04 $ 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 20:28:10 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 20:28:10 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 20:28:10 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:28:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:28:10 20:28:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 20:28:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:28:11 1.317.0: Pulling from edgex-devops/edgex-snyk-go 20:28:11 cbdbe7a5bc2a: Pulling fs layer 20:28:11 408f87550127: Pulling fs layer 20:28:11 fe522b08c979: Pulling fs layer 20:28:11 221eaa008020: Pulling fs layer 20:28:11 2a4607e5d6b9: Pulling fs layer 20:28:11 8f79b27c4fd2: Pulling fs layer 20:28:11 e5c8dbe1645b: Pulling fs layer 20:28:11 23e8b3b47431: Pulling fs layer 20:28:11 5c568d65a230: Pulling fs layer 20:28:11 221eaa008020: Waiting 20:28:11 2a4607e5d6b9: Waiting 20:28:11 8f79b27c4fd2: Waiting 20:28:11 5c568d65a230: Waiting 20:28:11 e5c8dbe1645b: Waiting 20:28:11 23e8b3b47431: Waiting 20:28:11 408f87550127: Download complete 20:28:11 fe522b08c979: Verifying Checksum 20:28:11 fe522b08c979: Download complete 20:28:11 2a4607e5d6b9: Verifying Checksum 20:28:11 2a4607e5d6b9: Download complete 20:28:11 8f79b27c4fd2: Verifying Checksum 20:28:11 8f79b27c4fd2: Download complete 20:28:11 cbdbe7a5bc2a: Verifying Checksum 20:28:11 cbdbe7a5bc2a: Download complete 20:28:11 cbdbe7a5bc2a: Pull complete 20:28:12 408f87550127: Pull complete 20:28:12 fe522b08c979: Pull complete 20:28:12 e5c8dbe1645b: Verifying Checksum 20:28:12 e5c8dbe1645b: Download complete 20:28:13 23e8b3b47431: Verifying Checksum 20:28:13 23e8b3b47431: Download complete 20:28:13 5c568d65a230: Verifying Checksum 20:28:13 5c568d65a230: Download complete 20:28:14 221eaa008020: Verifying Checksum 20:28:14 221eaa008020: Download complete 20:28:20 221eaa008020: Pull complete 20:28:20 2a4607e5d6b9: Pull complete 20:28:20 8f79b27c4fd2: Pull complete 20:28:23 e5c8dbe1645b: Pull complete 20:28:27 23e8b3b47431: Pull complete 20:28:28 5c568d65a230: Pull complete 20:28:28 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 20:28:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:28:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 20:28:28 prd-centos7-docker-4c-2g-8982 does not seem to be running inside a container 20:28:28 $ 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 20:28:29 $ docker top b57fe07db61333a8b4e200163182a5914c4788faeabe92f80a81731f8346c207 -eo pid,comm [Pipeline] { [Pipeline] sh 20:28:30 + snyk monitor '--org=edgex-jenkins' 20:28:45 20:28:45 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 20:28:45 20:28:45 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/9c21683b-1e37-4f27-aa57-e21ca0d29e10 20:28:45 20:28:45 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:28:45 20:28:45 20:28:45 Snyk CLI supports Node.js 8 and higher. 20:28:45 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 20:28:45 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 20:28:45 20:28:45 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 20:28:45 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 20:28:45 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 20:28:45 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 20:28:45 $ docker stop --time=1 b57fe07db61333a8b4e200163182a5914c4788faeabe92f80a81731f8346c207 20:28:47 $ 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 20:28:49 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:28:49 provisioning config files... 20:28:49 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4315568625999684808tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:28:50 --> edgex-publish-swagger.sh 20:28:50 === Publish openapi/v2 API === 20:28:50 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 20:28:50 [publishToSwagger] Publishing API Name [app-functions-sdk] 20:28:50 % Total % Received % Xferd Average Speed Time Time Time Current 20:28:50 Dload Upload Total Spent Left Speed 20:28:51 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 20:28:51 20:28:51 [Pipeline] } 20:28:51 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 20:28:51 + git log --format=format:%s -1 68e97547045a1d08bfafd3f098c72252acd544ed [Pipeline] isUnix [Pipeline] sh 20:28:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:28:52 . [Pipeline] withDockerContainer 20:28:52 prd-centos7-docker-4c-2g-8982 does not seem to be running inside a container 20:28:52 $ 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 20:28:53 $ docker top 8c3bd70c504346cfe243d9f9408e749d604f089a343ea214a1f12d3f59ee01c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:28:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:28:53 [ssh-agent] Looking for ssh-agent implementation... 20:28:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:28:53 $ docker exec 8c3bd70c504346cfe243d9f9408e749d604f089a343ea214a1f12d3f59ee01c7 ssh-agent 20:28:53 SSH_AUTH_SOCK=/tmp/ssh-FuX05tWlO3JV/agent.11 20:28:53 SSH_AGENT_PID=17 20:28:53 Running ssh-add (command line suppressed) 20:28:54 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) 20:28:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:28:54 + git semver tag 20:28:54 # -> Open(): unable to determine branch for HEAD 20:28:54 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:28:54 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:28:54 # $SEMVER_REMOTE_NAME = origin 20:28:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:28:54 # $SEMVER_USER_NAME = edgex-jenkins 20:28:54 # $SEMVER_BRANCH = master 20:28:54 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 20:28:54 # 68e97547045a1d08bfafd3f098c72252acd544ed HEAD 20:28:54 # -> Force: false 20:28:54 # cf71ccf5fb4b00cc94f95d0a50e47d5b067b9b02 refs/tags/v1.2.1-dev.52 [Pipeline] } 20:28:54 $ docker exec --env ******** --env ******** 8c3bd70c504346cfe243d9f9408e749d604f089a343ea214a1f12d3f59ee01c7 ssh-agent -k 20:28:54 unset SSH_AUTH_SOCK; 20:28:54 unset SSH_AGENT_PID; 20:28:54 echo Agent pid 17 killed; 20:28:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:28:55 + git semver [Pipeline] } 20:28:55 $ docker stop --time=1 8c3bd70c504346cfe243d9f9408e749d604f089a343ea214a1f12d3f59ee01c7 20:28:56 $ docker rm -f 8c3bd70c504346cfe243d9f9408e749d604f089a343ea214a1f12d3f59ee01c7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:28:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:28:57 20:28:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:28:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:28:57 0.23.1-centos7: Pulling from edgex-lftools 20:28:57 ab5ef0e58194: Pulling fs layer 20:28:57 9712f1f96733: Pulling fs layer 20:28:57 63f879dbbcfc: Pulling fs layer 20:28:57 0d9ebad4ef96: Pulling fs layer 20:28:57 e9a5061849ea: Pulling fs layer 20:28:57 d747dcd14b5f: Pulling fs layer 20:28:57 2de7ff778b66: Pulling fs layer 20:28:57 e9a5061849ea: Waiting 20:28:57 d747dcd14b5f: Waiting 20:28:57 2de7ff778b66: Waiting 20:28:57 0d9ebad4ef96: Waiting 20:28:57 9712f1f96733: Download complete 20:28:59 63f879dbbcfc: Verifying Checksum 20:28:59 63f879dbbcfc: Download complete 20:28:59 e9a5061849ea: Verifying Checksum 20:28:59 e9a5061849ea: Download complete 20:28:59 d747dcd14b5f: Verifying Checksum 20:28:59 d747dcd14b5f: Download complete 20:29:00 2de7ff778b66: Verifying Checksum 20:29:00 2de7ff778b66: Download complete 20:29:00 0d9ebad4ef96: Verifying Checksum 20:29:00 0d9ebad4ef96: Download complete 20:29:00 ab5ef0e58194: Verifying Checksum 20:29:00 ab5ef0e58194: Download complete 20:29:05 ab5ef0e58194: Pull complete 20:29:05 9712f1f96733: Pull complete 20:29:08 63f879dbbcfc: Pull complete 20:29:15 0d9ebad4ef96: Pull complete 20:29:15 e9a5061849ea: Pull complete 20:29:15 d747dcd14b5f: Pull complete 20:29:19 2de7ff778b66: Pull complete 20:29:19 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:29:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:29:19 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:29:19 prd-centos7-docker-4c-2g-8982 does not seem to be running inside a container 20:29:19 $ 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 20:29:23 $ docker top d3554a200878c20d4663803660520b8eb13b6f3ca59dc81aece32335f3e1c474 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:29:23 provisioning config files... 20:29:23 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6003213575294353810tmp 20:29:23 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8793721396358706045tmp 20:29:23 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6771532762804406420tmp [Pipeline] { [Pipeline] echo 20:29:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:29:24 ---> sigul-configuration.sh 20:29:24 gpg: directory `/root/.gnupg' created 20:29:24 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:29:24 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:29:24 gpg: keyring `/root/.gnupg/secring.gpg' created 20:29:24 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:29:24 gpg: CAST5 encrypted data 20:29:24 gpg: encrypted with 1 passphrase 20:29:24 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:29:24 + mkdir /home/jenkins 20:29:24 + mkdir /home/jenkins/sigul [Pipeline] sh 20:29:25 + 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 20:29:25 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:29:25 ---> sigul-install.sh 20:29:30 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:29:31 + git tag --list 20:29:31 v0.1.0 20:29:31 v0.1.1 20:29:31 v1.0.0 20:29:31 v1.1.0 20:29:31 v1.2.0 20:29:31 v1.2.1-dev.1 20:29:31 v1.2.1-dev.10 20:29:31 v1.2.1-dev.11 20:29:31 v1.2.1-dev.12 20:29:31 v1.2.1-dev.13 20:29:31 v1.2.1-dev.14 20:29:31 v1.2.1-dev.15 20:29:31 v1.2.1-dev.16 20:29:31 v1.2.1-dev.17 20:29:31 v1.2.1-dev.18 20:29:31 v1.2.1-dev.19 20:29:31 v1.2.1-dev.2 20:29:31 v1.2.1-dev.20 20:29:31 v1.2.1-dev.21 20:29:31 v1.2.1-dev.22 20:29:31 v1.2.1-dev.23 20:29:31 v1.2.1-dev.24 20:29:31 v1.2.1-dev.25 20:29:31 v1.2.1-dev.26 20:29:31 v1.2.1-dev.27 20:29:31 v1.2.1-dev.28 20:29:31 v1.2.1-dev.29 20:29:31 v1.2.1-dev.3 20:29:31 v1.2.1-dev.30 20:29:31 v1.2.1-dev.31 20:29:31 v1.2.1-dev.32 20:29:31 v1.2.1-dev.33 20:29:31 v1.2.1-dev.34 20:29:31 v1.2.1-dev.35 20:29:31 v1.2.1-dev.36 20:29:31 v1.2.1-dev.37 20:29:31 v1.2.1-dev.38 20:29:31 v1.2.1-dev.39 20:29:31 v1.2.1-dev.4 20:29:31 v1.2.1-dev.40 20:29:31 v1.2.1-dev.41 20:29:31 v1.2.1-dev.42 20:29:31 v1.2.1-dev.43 20:29:31 v1.2.1-dev.44 20:29:31 v1.2.1-dev.45 20:29:31 v1.2.1-dev.46 20:29:31 v1.2.1-dev.47 20:29:31 v1.2.1-dev.48 20:29:31 v1.2.1-dev.49 20:29:31 v1.2.1-dev.5 20:29:31 v1.2.1-dev.50 20:29:31 v1.2.1-dev.51 20:29:31 v1.2.1-dev.52 20:29:31 v1.2.1-dev.6 20:29:31 v1.2.1-dev.7 20:29:31 v1.2.1-dev.8 20:29:31 v1.2.1-dev.9 [Pipeline] sh 20:29:31 + lftools sign git-tag v1.2.1-dev.52 20:29:32 Signing Git tag with Sigul... 20:29:32 Signing v1.2.1-dev.52 [Pipeline] echo 20:29:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:29:34 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:29:34 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:29:34 $ docker stop --time=1 d3554a200878c20d4663803660520b8eb13b6f3ca59dc81aece32335f3e1c474 20:29:36 $ 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 20:29:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:29:37 . [Pipeline] withDockerContainer 20:29:37 prd-centos7-docker-4c-2g-8982 does not seem to be running inside a container 20:29:37 $ 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 20:29:38 $ docker top 3cdc7e96960381db99565570b8b9ba0b3fafea99a22dce741069e7956643b144 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:29:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:29:38 [ssh-agent] Looking for ssh-agent implementation... 20:29:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:29:39 $ docker exec 3cdc7e96960381db99565570b8b9ba0b3fafea99a22dce741069e7956643b144 ssh-agent 20:29:39 SSH_AUTH_SOCK=/tmp/ssh-JNLuupzUs5OA/agent.11 20:29:39 SSH_AGENT_PID=16 20:29:39 Running ssh-add (command line suppressed) 20:29:39 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) 20:29:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:29:40 + git semver bump pre 20:29:40 # -> Open(): unable to determine branch for HEAD 20:29:40 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:29:40 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:29:40 # $SEMVER_REMOTE_NAME = origin 20:29:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:29:40 # $SEMVER_USER_NAME = edgex-jenkins 20:29:40 # $SEMVER_BRANCH = master 20:29:40 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 20:29:40 1.2.1-dev.53 [Pipeline] } 20:29:40 $ docker exec --env ******** --env ******** 3cdc7e96960381db99565570b8b9ba0b3fafea99a22dce741069e7956643b144 ssh-agent -k 20:29:40 unset SSH_AUTH_SOCK; 20:29:40 unset SSH_AGENT_PID; 20:29:40 echo Agent pid 16 killed; 20:29:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:29:40 + git semver [Pipeline] } 20:29:40 $ docker stop --time=1 3cdc7e96960381db99565570b8b9ba0b3fafea99a22dce741069e7956643b144 20:29:42 $ docker rm -f 3cdc7e96960381db99565570b8b9ba0b3fafea99a22dce741069e7956643b144 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:29:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:29:42 . [Pipeline] withDockerContainer 20:29:43 prd-centos7-docker-4c-2g-8982 does not seem to be running inside a container 20:29:43 $ 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 20:29:43 $ docker top 9c75a68e076bb7978694b69a41cd2d7eb4196b889b979ebd6bf8cb346028eb42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:29:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:29:44 [ssh-agent] Looking for ssh-agent implementation... 20:29:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:29:44 $ docker exec 9c75a68e076bb7978694b69a41cd2d7eb4196b889b979ebd6bf8cb346028eb42 ssh-agent 20:29:44 SSH_AUTH_SOCK=/tmp/ssh-RBuSdy18JFiE/agent.12 20:29:44 SSH_AGENT_PID=17 20:29:44 Running ssh-add (command line suppressed) 20:29:44 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) 20:29:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:29:45 + git semver push 20:29:45 # -> Open(): unable to determine branch for HEAD 20:29:45 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:29:45 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:29:45 # $SEMVER_REMOTE_NAME = origin 20:29:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:29:45 # $SEMVER_USER_NAME = edgex-jenkins 20:29:45 # $SEMVER_BRANCH = master 20:29:45 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 20:29:51 $ docker exec --env ******** --env ******** 9c75a68e076bb7978694b69a41cd2d7eb4196b889b979ebd6bf8cb346028eb42 ssh-agent -k 20:29:52 unset SSH_AUTH_SOCK; 20:29:52 unset SSH_AGENT_PID; 20:29:52 echo Agent pid 17 killed; 20:29:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:29:52 + git semver [Pipeline] } 20:29:52 $ docker stop --time=1 9c75a68e076bb7978694b69a41cd2d7eb4196b889b979ebd6bf8cb346028eb42 20:29:54 $ 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 20:29:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:29:56 ---> package-listing.sh 20:29:56 ++ facter osfamily 20:29:56 ++ tr '[:upper:]' '[:lower:]' 20:29:56 + OS_FAMILY=redhat 20:29:56 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 20:29:56 + START_PACKAGES=/tmp/packages_start.txt 20:29:56 + END_PACKAGES=/tmp/packages_end.txt 20:29:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:29:56 + PACKAGES=/tmp/packages_start.txt 20:29:56 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 20:29:56 + PACKAGES=/tmp/packages_end.txt 20:29:56 + case "${OS_FAMILY}" in 20:29:56 + rpm -qa 20:29:56 + sort 20:30:00 + '[' -f /tmp/packages_start.txt ']' 20:30:00 + '[' -f /tmp/packages_end.txt ']' 20:30:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:30:00 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 20:30:00 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 20:30:00 + 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 20:30:00 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 20:30:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:30:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:30:01 20:30:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:30:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:30:02 alpine: Pulling from edgex-lftools-log-publisher 20:30:02 df20fa9351a1: Pulling fs layer 20:30:02 36b3adc4ff6f: Pulling fs layer 20:30:02 8ad3a11d3b57: Pulling fs layer 20:30:02 46f8f816bc3b: Pulling fs layer 20:30:02 93b61091891f: Pulling fs layer 20:30:02 93b9cdb0e59b: Pulling fs layer 20:30:02 5e14af77c1be: Pulling fs layer 20:30:02 01666e4c0597: Pulling fs layer 20:30:02 aa168da1d23b: Pulling fs layer 20:30:02 46f8f816bc3b: Waiting 20:30:02 93b61091891f: Waiting 20:30:02 93b9cdb0e59b: Waiting 20:30:02 5e14af77c1be: Waiting 20:30:02 01666e4c0597: Waiting 20:30:02 36b3adc4ff6f: Download complete 20:30:02 46f8f816bc3b: Verifying Checksum 20:30:02 46f8f816bc3b: Download complete 20:30:02 df20fa9351a1: Verifying Checksum 20:30:02 df20fa9351a1: Download complete 20:30:02 93b9cdb0e59b: Verifying Checksum 20:30:02 93b9cdb0e59b: Download complete 20:30:02 5e14af77c1be: Verifying Checksum 20:30:02 5e14af77c1be: Download complete 20:30:02 93b61091891f: Verifying Checksum 20:30:02 93b61091891f: Download complete 20:30:02 01666e4c0597: Verifying Checksum 20:30:02 01666e4c0597: Download complete 20:30:02 df20fa9351a1: Pull complete 20:30:02 8ad3a11d3b57: Verifying Checksum 20:30:02 8ad3a11d3b57: Download complete 20:30:02 36b3adc4ff6f: Pull complete 20:30:04 8ad3a11d3b57: Pull complete 20:30:04 46f8f816bc3b: Pull complete 20:30:04 93b61091891f: Pull complete 20:30:05 93b9cdb0e59b: Pull complete 20:30:05 aa168da1d23b: Verifying Checksum 20:30:05 aa168da1d23b: Download complete 20:30:05 5e14af77c1be: Pull complete 20:30:05 01666e4c0597: Pull complete 20:30:13 aa168da1d23b: Pull complete 20:30:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:30:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:30:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:30:13 prd-centos7-docker-4c-2g-8982 does not seem to be running inside a container 20:30:13 $ 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 20:30:20 $ docker top 8e3ffeabbe3205e46e7469c087b81966ea57a6fa2e0663e147a6fceb7a56d30d -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:20 + touch /tmp/pre-build-complete [Pipeline] sh 20:30:21 + mkdir -p /var/log/sa [Pipeline] sh 20:30:21 + ls /var/log/sa-host 20:30:21 + sadf -c /var/log/sa-host/sa05 20:30:21 file_magic: OK 20:30:21 HZ: Using current value: 100 20:30:21 file_header: OK 20:30:21 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 20:30:21 Statistics: 20:30:21 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:30:21 File successfully converted to sysstat format version 12.2.1 20:30:21 + sadf -c /var/log/sa-host/sa26 20:30:21 file_magic: OK 20:30:21 HZ: Using current value: 100 20:30:21 file_header: OK 20:30:21 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 20:30:21 Statistics: 20:30:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:30:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:30:21 provisioning config files... 20:30:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5343676480190851281tmp [Pipeline] { [Pipeline] echo 20:30:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:30:22 ---> create-netrc.sh [Pipeline] } 20:30:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:30:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:30:22 ---> python-tools-install.sh [Pipeline] echo 20:30:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:30:22 ---> sudo-logs.sh 20:30:22 Archiving 'sudo' log.. [Pipeline] echo 20:30:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:30:23 ---> job-cost.sh 20:30:23 lf-activate-venv: SKIPPING 20:30:23 INFO: No Stack... 20:30:24 INFO: Retrieving Pricing Info for: v1-standard-2 20:30:24 INFO: Archiving Costs [Pipeline] echo 20:30:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:30:25 ---> logs-deploy.sh 20:30:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/140 20:30:25 INFO: archiving workspace using pattern(s): 20:30:27 Archives upload complete. 20:30:27 INFO: archiving logs to Nexus 20:30:28 ---> uname -a: 20:30:28 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 20:30:28 20:30:28 20:30:28 ---> lscpu: 20:30:28 Architecture: x86_64 20:30:28 CPU op-mode(s): 32-bit, 64-bit 20:30:28 Byte Order: Little Endian 20:30:28 Address sizes: 40 bits physical, 48 bits virtual 20:30:28 CPU(s): 4 20:30:28 On-line CPU(s) list: 0-3 20:30:28 Thread(s) per core: 1 20:30:28 Core(s) per socket: 1 20:30:28 Socket(s): 4 20:30:28 NUMA node(s): 1 20:30:28 Vendor ID: GenuineIntel 20:30:28 CPU family: 6 20:30:28 Model: 44 20:30:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:30:28 Stepping: 1 20:30:28 CPU MHz: 2933.436 20:30:28 BogoMIPS: 5866.87 20:30:28 Virtualization: VT-x 20:30:28 Hypervisor vendor: KVM 20:30:28 Virtualization type: full 20:30:28 L1d cache: 128 KiB 20:30:28 L1i cache: 128 KiB 20:30:28 L2 cache: 16 MiB 20:30:28 L3 cache: 64 MiB 20:30:28 NUMA node0 CPU(s): 0-3 20:30:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:30:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:30:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:30:28 Vulnerability Meltdown: Mitigation; PTI 20:30:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:30:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:30:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:30:28 Vulnerability Tsx async abort: Not affected 20:30:28 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 20:30:28 20:30:28 20:30:28 ---> nproc: 20:30:28 4 20:30:28 20:30:28 20:30:28 ---> df -h: 20:30:28 Filesystem Size Used Available Use% Mounted on 20:30:28 overlay 50.0G 8.5G 41.5G 17% / 20:30:28 tmpfs 64.0M 0 64.0M 0% /dev 20:30:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:30:28 shm 64.0M 0 64.0M 0% /dev/shm 20:30:28 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 20:30:28 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 20:30:28 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 20:30:28 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 20:30:28 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 20:30:28 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 20:30:28 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master 20:30:28 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 20:30:28 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 20:30:28 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 20:30:28 20:30:28 20:30:28 ---> free -m: 20:30:28 total used free shared buff/cache available 20:30:28 Mem: 1837 786 153 0 896 989 20:30:28 Swap: 1023 3 1020 20:30:28 20:30:28 20:30:28 ---> ip addr: 20:30:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:30:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:30:28 inet 127.0.0.1/8 scope host lo 20:30:28 valid_lft forever preferred_lft forever 20:30:28 inet6 ::1/128 scope host 20:30:28 valid_lft forever preferred_lft forever 20:30:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:30:28 link/ether fa:16:3e:08:a8:c2 brd ff:ff:ff:ff:ff:ff 20:30:28 inet 10.30.122.136/23 brd 10.30.123.255 scope global dynamic eth0 20:30:28 valid_lft 85964sec preferred_lft 85964sec 20:30:28 inet6 fe80::f816:3eff:fe08:a8c2/64 scope link 20:30:28 valid_lft forever preferred_lft forever 20:30:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:30:28 link/ether 02:42:5a:ef:87:07 brd ff:ff:ff:ff:ff:ff 20:30:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:30:28 valid_lft forever preferred_lft forever 20:30:28 inet6 fe80::42:5aff:feef:8707/64 scope link 20:30:28 valid_lft forever preferred_lft forever 20:30:28 20:30:28 20:30:28 ---> sar -b -r -n DEV: 20:30:28 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) 20:30:28 20:30:28 20:22:54 LINUX RESTART (4 CPU) 20:30:28 20:30:28 20:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:30:28 20:25:01 10.09 2.46 7.63 0.00 209.26 1344.22 0.00 20:30:28 20:26:01 0.43 0.00 0.43 0.00 0.00 6.99 0.00 20:30:28 20:27:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 20:30:28 20:28:01 0.37 0.00 0.37 0.00 0.00 5.38 0.00 20:30:28 20:29:01 266.67 147.34 119.33 0.00 7804.86 42783.04 0.00 20:30:28 20:30:01 237.48 115.60 121.88 0.00 8811.31 25331.78 0.00 20:30:28 Average: 85.93 44.26 41.67 0.00 2805.86 11585.40 0.00 20:30:28 20:30:28 20:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:30:28 20:25:01 236312 0 573632 30.49 2620 1068992 1111464 37.93 417088 1069360 20 20:30:28 20:26:01 235732 0 574204 30.52 2620 1069000 1110336 37.89 418520 1068496 12 20:30:28 20:27:01 238044 0 571888 30.39 2620 1069004 1090780 37.23 417716 1067104 8 20:30:28 20:28:01 239112 0 570760 30.33 2620 1069064 1072060 36.59 423356 1061412 24 20:30:28 20:29:01 77220 0 693708 36.87 2596 1108032 1506004 51.40 640692 970208 14584 20:30:28 20:30:01 115528 0 727164 38.65 1492 1037372 1124984 38.39 612900 861816 168 20:30:28 Average: 190325 0 618559 32.87 2428 1070244 1169271 39.91 488379 1016399 2469 20:30:28 20:30:28 20:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:30:28 20:25:01 eth0 91.43 78.65 320.27 13.13 0.00 0.00 0.00 0.00 20:30:28 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:28 20:25:01 docker0 67.40 71.53 6.71 302.34 0.00 0.00 0.00 0.00 20:30:28 20:26:01 eth0 2.41 0.60 0.68 0.40 0.00 0.00 0.00 0.00 20:30:28 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:28 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:28 20:27:01 eth0 2.02 0.63 0.64 0.31 0.00 0.00 0.00 0.00 20:30:28 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:28 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:28 20:28:01 eth0 0.85 0.10 0.07 0.10 0.00 0.00 0.00 0.00 20:30:28 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:28 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:28 20:29:01 eth0 836.27 744.11 7402.97 67.08 0.00 0.00 0.00 0.00 20:30:28 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:28 20:29:01 docker0 55.67 57.42 4.56 410.77 0.00 0.00 0.00 0.00 20:30:28 20:30:01 eth0 129.41 100.96 272.45 122.85 0.00 0.00 0.00 0.00 20:30:28 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:28 20:30:01 docker0 28.33 36.23 1.84 199.29 0.00 0.00 0.00 0.00 20:30:28 Average: eth0 177.15 154.25 1333.48 34.00 0.00 0.00 0.00 0.00 20:30:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:28 Average: docker0 25.24 27.54 2.19 152.12 0.00 0.00 0.00 0.00 20:30:28 20:30:28 20:30:28 ---> sar -P ALL: 20:30:28 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) 20:30:28 20:30:28 20:22:54 LINUX RESTART (4 CPU) 20:30:28 20:30:28 20:24:01 CPU %user %nice %system %iowait %steal %idle 20:30:28 20:25:01 all 1.72 0.00 0.71 0.08 0.01 97.49 20:30:28 20:25:01 0 2.01 0.00 0.77 0.08 0.02 97.12 20:30:28 20:25:01 1 1.71 0.00 0.62 0.05 0.02 97.61 20:30:28 20:25:01 2 1.47 0.00 0.70 0.15 0.02 97.66 20:30:28 20:25:01 3 1.67 0.00 0.75 0.02 0.00 97.56 20:30:28 20:26:01 all 0.16 0.00 0.03 0.00 0.00 99.80 20:30:28 20:26:01 0 0.05 0.00 0.03 0.00 0.00 99.92 20:30:28 20:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:30:28 20:26:01 2 0.50 0.00 0.07 0.00 0.00 99.43 20:30:28 20:26:01 3 0.07 0.00 0.03 0.00 0.02 99.88 20:30:28 20:27:01 all 0.17 0.00 0.05 0.00 0.01 99.78 20:30:28 20:27:01 0 0.05 0.00 0.07 0.00 0.03 99.85 20:30:28 20:27:01 1 0.17 0.00 0.03 0.00 0.02 99.78 20:30:28 20:27:01 2 0.42 0.00 0.05 0.00 0.00 99.53 20:30:28 20:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:30:28 20:28:01 all 0.16 0.00 0.05 0.00 0.01 99.78 20:30:28 20:28:01 0 0.07 0.00 0.08 0.00 0.02 99.83 20:30:28 20:28:01 1 0.05 0.00 0.03 0.00 0.02 99.90 20:30:28 20:28:01 2 0.52 0.00 0.05 0.00 0.02 99.42 20:30:28 20:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:30:28 20:29:01 all 11.23 0.00 7.69 2.99 0.35 77.75 20:30:28 20:29:01 0 11.97 0.00 7.74 3.17 0.36 76.76 20:30:28 20:29:01 1 10.47 0.00 7.75 3.14 0.33 78.32 20:30:28 20:29:01 2 11.14 0.00 8.28 3.03 0.31 77.24 20:30:28 20:29:01 3 11.34 0.00 6.97 2.65 0.40 78.65 20:30:28 20:30:01 all 11.27 0.00 8.13 3.58 0.85 76.17 20:30:28 20:30:01 0 9.94 0.00 8.22 4.74 0.85 76.26 20:30:28 20:30:01 1 9.90 0.00 7.69 2.35 0.92 79.13 20:30:28 20:30:01 2 14.53 0.00 8.33 3.22 0.81 73.11 20:30:28 20:30:01 3 10.75 0.00 8.28 4.00 0.82 76.14 20:30:28 Average: all 4.05 0.00 2.73 1.09 0.20 91.93 20:30:28 Average: 0 3.94 0.00 2.77 1.31 0.21 91.77 20:30:28 Average: 1 3.66 0.00 2.65 0.91 0.21 92.57 20:30:28 Average: 2 4.68 0.00 2.86 1.04 0.19 91.23 20:30:28 Average: 3 3.91 0.00 2.63 1.09 0.20 92.16 20:30:28 20:30:28 20:30:28