Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6ed8672201f61aa1ab89babc34ffea9d53160bb3 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9009 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 6ed8672201f61aa1ab89babc34ffea9d53160bb3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6ed8672201f61aa1ab89babc34ffea9d53160bb3 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#553)" > git rev-list --no-walk 68e97547045a1d08bfafd3f098c72252acd544ed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:03:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:03:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:03:12 ========================================================= 23:03:12 EdgeX Global Pipelines Version Info 23:03:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:03:14 ------------------- 23:03:14 stable info: 23:03:14 ------------------- 23:03:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:03:14 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 23:03:14 Message: update stable to v1.0.148 23:03:15 ------------------- 23:03:15 experimental info: 23:03:15 ------------------- 23:03:15 Commited By: **** collab-it+edgex@linuxfoundation.org 23:03:15 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 23:03:15 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:03:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:03:15 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:03:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:03:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:03:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:03:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:03:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:03:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:03:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:03:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:03:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:03:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 23:03:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:03:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:03:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:03:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:03:17 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:03:17 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:03:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:03:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:03:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:03:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:03:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:03:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:03:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:03:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:03:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:03:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:03:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ed8672201f61aa1ab89babc34ffea9d53160bb3 [Pipeline] echo 23:03:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ed8672 [Pipeline] echo 23:03:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:03:19 + git log --format=format:%s -1 6ed8672201f61aa1ab89babc34ffea9d53160bb3 [Pipeline] echo 23:03:19 GIT_COMMIT: 6ed8672201f61aa1ab89babc34ffea9d53160bb3, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-secrets (#553) [Pipeline] echo 23:03:19 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:03:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:03:20 23:03:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:03:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:03:21 latest: Pulling from edgex-devops/git-semver 23:03:21 31603596830f: Pulling fs layer 23:03:21 2a8b12db71e7: Pulling fs layer 23:03:21 6ca5941a6612: Pulling fs layer 23:03:21 ecc8261a40a4: Pulling fs layer 23:03:21 ecc8261a40a4: Waiting 23:03:21 2a8b12db71e7: Verifying Checksum 23:03:21 2a8b12db71e7: Download complete 23:03:21 31603596830f: Verifying Checksum 23:03:21 31603596830f: Download complete 23:03:21 ecc8261a40a4: Verifying Checksum 23:03:21 ecc8261a40a4: Download complete 23:03:21 6ca5941a6612: Verifying Checksum 23:03:21 6ca5941a6612: Download complete 23:03:21 31603596830f: Pull complete 23:03:21 2a8b12db71e7: Pull complete 23:03:22 6ca5941a6612: Pull complete 23:03:22 ecc8261a40a4: Pull complete 23:03:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:03:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:03:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:03:22 prd-centos7-docker-4c-2g-9009 does not seem to be running inside a container 23:03:22 $ 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 23:03:25 $ docker top 984f106ada5fdd4210cbf207aa5556ec58c6b6655d06cf500a51eaaf6db2aefa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:03:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:03:26 [ssh-agent] Looking for ssh-agent implementation... 23:03:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:03:26 $ docker exec 984f106ada5fdd4210cbf207aa5556ec58c6b6655d06cf500a51eaaf6db2aefa ssh-agent 23:03:26 SSH_AUTH_SOCK=/tmp/ssh-H5vwTiKG7XJk/agent.12 23:03:26 SSH_AGENT_PID=17 23:03:26 Running ssh-add (command line suppressed) 23:03:26 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2753317546376280211.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2753317546376280211.key) 23:03:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:03:27 + git tag --points-at HEAD [Pipeline] } 23:03:27 $ docker exec --env ******** --env ******** 984f106ada5fdd4210cbf207aa5556ec58c6b6655d06cf500a51eaaf6db2aefa ssh-agent -k 23:03:27 unset SSH_AUTH_SOCK; 23:03:27 unset SSH_AGENT_PID; 23:03:27 echo Agent pid 17 killed; 23:03:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:03:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:03:27 [ssh-agent] Looking for ssh-agent implementation... 23:03:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:03:27 $ docker exec 984f106ada5fdd4210cbf207aa5556ec58c6b6655d06cf500a51eaaf6db2aefa ssh-agent 23:03:27 SSH_AUTH_SOCK=/tmp/ssh-8BKwXhfwKokp/agent.46 23:03:27 SSH_AGENT_PID=51 23:03:27 Running ssh-add (command line suppressed) 23:03:28 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6414110019758819150.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6414110019758819150.key) 23:03:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:03:28 + git semver init 23:03:28 # -> Open(): unable to determine branch for HEAD 23:03:28 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:03:28 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:03:28 # $SEMVER_REMOTE_NAME = origin 23:03:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:03:28 # $SEMVER_USER_NAME = edgex-jenkins 23:03:28 # $SEMVER_BRANCH = master 23:03:28 # $SEMVER_TEMP = /tmp/semver-156212112 23:03:28 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:03:31 # '/tmp/semver-156212112' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 23:03:31 # -> Force: false 23:03:31 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:03:31 $ docker exec --env ******** --env ******** 984f106ada5fdd4210cbf207aa5556ec58c6b6655d06cf500a51eaaf6db2aefa ssh-agent -k 23:03:31 unset SSH_AUTH_SOCK; 23:03:31 unset SSH_AGENT_PID; 23:03:31 echo Agent pid 51 killed; 23:03:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:03:31 + git semver [Pipeline] } 23:03:31 $ docker stop --time=1 984f106ada5fdd4210cbf207aa5556ec58c6b6655d06cf500a51eaaf6db2aefa 23:03:33 $ docker rm -f 984f106ada5fdd4210cbf207aa5556ec58c6b6655d06cf500a51eaaf6db2aefa [Pipeline] // withDockerContainer [Pipeline] sh 23:03:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:03:34 Stashed 1 file(s) [Pipeline] echo 23:03:34 [edgeXSemver]: initialized semver on version 1.2.1-dev.53 [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 23:03:49 Still waiting to schedule task 23:03:49 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:03:49 Still waiting to schedule task 23:03:49 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:05:43 Running on prd-centos7-docker-4c-2g-9012 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:05:43 Running in /w/workspace/app-functions-sdk-go/141 [Pipeline] { [Pipeline] checkout 23:05:51 using credential edgex-jenkins-ssh 23:05:52 Cloning the remote Git repository 23:05:52 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:05:52 > git init /w/workspace/app-functions-sdk-go/141 # timeout=10 23:05:52 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:05:52 > git --version # timeout=10 23:05:52 > git --version # 'git version 2.16.5' 23:05:52 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:05:54 Checking out Revision 6ed8672201f61aa1ab89babc34ffea9d53160bb3 (master) 23:05:54 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:05:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:05:54 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:05:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:05:54 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:05:54 > git config core.sparsecheckout # timeout=10 23:05:54 > git checkout -f 6ed8672201f61aa1ab89babc34ffea9d53160bb3 # timeout=10 23:05:59 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#553)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:06:00 ========================================================= 23:06:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:06:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:06:01 + 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 . 23:06:02 Sending build context to Docker daemon 19.14MB 23:06:02 Step 1/8 : ARG BASE=golang:1.15-alpine 23:06:02 Step 2/8 : FROM ${BASE} 23:06:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:06:02 df20fa9351a1: Pulling fs layer 23:06:02 ed8968b2872e: Pulling fs layer 23:06:02 a92cc7c5fd73: Pulling fs layer 23:06:02 e871e8e8d7a9: Pulling fs layer 23:06:02 e73272ec9a57: Pulling fs layer 23:06:02 1e910a182e73: Pulling fs layer 23:06:02 4e634b169226: Pulling fs layer 23:06:02 e871e8e8d7a9: Waiting 23:06:02 1e910a182e73: Waiting 23:06:02 e73272ec9a57: Waiting 23:06:02 4e634b169226: Waiting 23:06:02 a92cc7c5fd73: Verifying Checksum 23:06:02 a92cc7c5fd73: Download complete 23:06:02 ed8968b2872e: Verifying Checksum 23:06:02 ed8968b2872e: Download complete 23:06:02 e73272ec9a57: Download complete 23:06:02 1e910a182e73: Verifying Checksum 23:06:02 1e910a182e73: Download complete 23:06:02 df20fa9351a1: Download complete 23:06:03 df20fa9351a1: Pull complete 23:06:03 ed8968b2872e: Pull complete 23:06:03 a92cc7c5fd73: Pull complete 23:06:06 4e634b169226: Verifying Checksum 23:06:06 4e634b169226: Download complete 23:06:08 e871e8e8d7a9: Verifying Checksum 23:06:08 e871e8e8d7a9: Download complete 23:06:16 e871e8e8d7a9: Pull complete 23:06:16 e73272ec9a57: Pull complete 23:06:16 1e910a182e73: Pull complete 23:06:23 4e634b169226: Pull complete 23:06:23 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 23:06:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:06:23 ---> f7629b54cfaa 23:06:23 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:06:23 latest: Pulling from library/docker 23:06:24 188c0c94c7c5: Pulling fs layer 23:06:24 0c7c675703d6: Pulling fs layer 23:06:24 cc8c12a437cb: Pulling fs layer 23:06:24 c5dafad2182a: Pulling fs layer 23:06:24 5aa711733414: Pulling fs layer 23:06:24 058f73b55e4b: Pulling fs layer 23:06:24 8c9c664faf12: Pulling fs layer 23:06:24 5aa711733414: Waiting 23:06:24 058f73b55e4b: Waiting 23:06:24 8c9c664faf12: Waiting 23:06:24 c5dafad2182a: Waiting 23:06:25 cc8c12a437cb: Verifying Checksum 23:06:25 cc8c12a437cb: Download complete 23:06:26 0c7c675703d6: Verifying Checksum 23:06:26 0c7c675703d6: Download complete 23:06:27 188c0c94c7c5: Verifying Checksum 23:06:27 188c0c94c7c5: Download complete 23:06:27 5aa711733414: Download complete 23:06:27 058f73b55e4b: Verifying Checksum 23:06:27 058f73b55e4b: Download complete 23:06:27 188c0c94c7c5: Pull complete 23:06:28 8c9c664faf12: Verifying Checksum 23:06:28 8c9c664faf12: Download complete 23:06:28 0c7c675703d6: Pull complete 23:06:28 cc8c12a437cb: Pull complete 23:06:34 c5dafad2182a: Verifying Checksum 23:06:34 c5dafad2182a: Download complete 23:06:39 c5dafad2182a: Pull complete 23:06:39 5aa711733414: Pull complete 23:06:39 058f73b55e4b: Pull complete 23:06:39 8c9c664faf12: Pull complete 23:06:40 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 23:06:40 Status: Downloaded newer image for docker:latest 23:06:42 ---> d347df29fe80 23:06:42 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:06:42 ---> Running in 521a4ae91b82 23:06:43 Removing intermediate container 521a4ae91b82 23:06:43 ---> 21d2decd4a61 23:06:43 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:06:43 ---> Running in 776f46b08e66 23:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:45 (1/5) Installing libsodium (1.0.18-r0) 23:06:45 (2/5) Installing libzmq (4.3.3-r0) 23:06:46 (3/5) Installing pkgconf (1.7.2-r0) 23:06:46 (4/5) Installing libsodium-dev (1.0.18-r0) 23:06:46 (5/5) Installing zeromq-dev (4.3.3-r0) 23:06:46 Executing busybox-1.31.1-r16.trigger 23:06:46 OK: 167 MiB in 44 packages 23:06:47 Removing intermediate container 776f46b08e66 23:06:47 ---> 60f09e9d345d 23:06:47 Step 6/8 : WORKDIR /build 23:06:47 ---> Running in a82362987707 23:06:47 Removing intermediate container a82362987707 23:06:47 ---> 8992f887d487 23:06:47 Step 7/8 : COPY go.mod . 23:06:48 ---> c3c50a0ecd19 23:06:48 Step 8/8 : RUN go mod download 23:06:48 ---> Running in 9e8e865d3b90 23:07:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9013 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:07:13 Running in /w/workspace/app-functions-sdk-go/141 [Pipeline] { [Pipeline] checkout 23:07:18 using credential edgex-jenkins-ssh 23:07:18 Cloning the remote Git repository 23:07:18 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:07:18 > git init /w/workspace/app-functions-sdk-go/141 # timeout=10 23:07:18 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:07:18 > git --version # timeout=10 23:07:18 > git --version # 'git version 2.17.1' 23:07:18 using GIT_SSH to set credentials SSH Credentials for GitHub 23:07:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:07:21 Removing intermediate container 9e8e865d3b90 23:07:21 ---> 428e88a06882 23:07:21 Successfully built 428e88a06882 23:07:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:07:21 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:07:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:07:21 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:07:21 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:07:21 using GIT_SSH to set credentials SSH Credentials for GitHub 23:07:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:07:22 + docker inspect -f . ci-base-image-x86_64 23:07:22 Checking out Revision 6ed8672201f61aa1ab89babc34ffea9d53160bb3 (master) 23:07:22 . [Pipeline] withDockerContainer 23:07:22 prd-centos7-docker-4c-2g-9012 does not seem to be running inside a container 23:07:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/141 -v /w/workspace/app-functions-sdk-go/141:/w/workspace/app-functions-sdk-go/141:rw,z -v /w/workspace/app-functions-sdk-go/141@tmp:/w/workspace/app-functions-sdk-go/141@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 23:07:22 > git config core.sparsecheckout # timeout=10 23:07:22 > git checkout -f 6ed8672201f61aa1ab89babc34ffea9d53160bb3 # timeout=10 23:07:23 $ docker top dc0e129578740bd9124fb37c7b03c3046d8620d2660d6841bcd7c894fe724822 -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:24 + go version 23:07:24 go version go1.15.2 linux/amd64 [Pipeline] } 23:07:24 $ docker stop --time=1 dc0e129578740bd9124fb37c7b03c3046d8620d2660d6841bcd7c894fe724822 23:07:26 $ docker rm -f dc0e129578740bd9124fb37c7b03c3046d8620d2660d6841bcd7c894fe724822 [Pipeline] // withDockerContainer 23:07:26 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#553)" [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) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 23:07:28 ========================================================= 23:07:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:07:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:07:29 + 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 . 23:07:30 Sending build context to Docker daemon 19.14MB 23:07:30 Step 1/8 : ARG BASE=golang:1.15-alpine 23:07:30 Step 2/8 : FROM ${BASE} 23:07:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:07:30 b538f80385f9: Pulling fs layer 23:07:30 74f711af9a0d: Pulling fs layer 23:07:30 99f96fe45779: Pulling fs layer 23:07:30 8529a6b9a6be: Pulling fs layer 23:07:30 45590311c82a: Pulling fs layer 23:07:30 69ca0ff8b7b3: Pulling fs layer 23:07:30 209524e5b208: Pulling fs layer 23:07:30 8529a6b9a6be: Waiting 23:07:30 45590311c82a: Waiting 23:07:30 69ca0ff8b7b3: Waiting 23:07:30 209524e5b208: Waiting 23:07:30 99f96fe45779: Verifying Checksum 23:07:30 99f96fe45779: Download complete 23:07:30 74f711af9a0d: Verifying Checksum 23:07:30 74f711af9a0d: Download complete 23:07:30 45590311c82a: Download complete 23:07:30 69ca0ff8b7b3: Verifying Checksum 23:07:30 69ca0ff8b7b3: Download complete 23:07:30 b538f80385f9: Download complete 23:07:31 b538f80385f9: Pull complete 23:07:32 74f711af9a0d: Pull complete 23:07:32 99f96fe45779: Pull complete 23:07:33 209524e5b208: Verifying Checksum 23:07:33 209524e5b208: Download complete 23:07:34 8529a6b9a6be: Verifying Checksum 23:07:34 8529a6b9a6be: Download complete 23:07:44 8529a6b9a6be: Pull complete 23:07:44 45590311c82a: Pull complete 23:07:45 69ca0ff8b7b3: Pull complete 23:07:48 209524e5b208: Pull complete 23:07:48 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 23:07:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:07:48 ---> 5bddaf1c2fca 23:07:48 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:07:49 latest: Pulling from library/docker 23:07:49 5f621e34cdf4: Pulling fs layer 23:07:49 85db56a05063: Pulling fs layer 23:07:49 ccb67d6aeaaa: Pulling fs layer 23:07:49 a0b19fc83503: Pulling fs layer 23:07:49 8eb508b41278: Pulling fs layer 23:07:49 37236713561e: Pulling fs layer 23:07:49 07c93f2b1b56: Pulling fs layer 23:07:49 a0b19fc83503: Waiting 23:07:49 8eb508b41278: Waiting 23:07:49 37236713561e: Waiting 23:07:49 07c93f2b1b56: Waiting 23:07:49 ccb67d6aeaaa: Verifying Checksum 23:07:49 ccb67d6aeaaa: Download complete 23:07:49 85db56a05063: Verifying Checksum 23:07:49 85db56a05063: Download complete 23:07:49 5f621e34cdf4: Verifying Checksum 23:07:49 5f621e34cdf4: Download complete 23:07:49 8eb508b41278: Verifying Checksum 23:07:49 8eb508b41278: Download complete 23:07:49 37236713561e: Verifying Checksum 23:07:49 37236713561e: Download complete 23:07:50 07c93f2b1b56: Verifying Checksum 23:07:50 07c93f2b1b56: Download complete 23:07:50 5f621e34cdf4: Pull complete 23:07:51 a0b19fc83503: Verifying Checksum 23:07:51 a0b19fc83503: Download complete 23:07:51 85db56a05063: Pull complete 23:07:51 ccb67d6aeaaa: Pull complete 23:07:54 a0b19fc83503: Pull complete 23:07:54 8eb508b41278: Pull complete 23:07:54 37236713561e: Pull complete 23:07:55 07c93f2b1b56: Pull complete 23:07:55 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 23:07:55 Status: Downloaded newer image for docker:latest 23:08:00 ---> f80491d9c04a 23:08:00 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:08:00 ---> Running in 98dd49bf28f2 23:08:01 Removing intermediate container 98dd49bf28f2 23:08:01 ---> 7e3e626f1b9f 23:08:01 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:08:01 ---> Running in c44d28dc7681 23:08:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:08:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:08:04 (1/5) Installing libsodium (1.0.18-r0) 23:08:04 (2/5) Installing libzmq (4.3.3-r0) 23:08:05 (3/5) Installing pkgconf (1.7.2-r0) 23:08:05 (4/5) Installing libsodium-dev (1.0.18-r0) 23:08:05 (5/5) Installing zeromq-dev (4.3.3-r0) 23:08:05 Executing busybox-1.31.1-r16.trigger 23:08:05 OK: 144 MiB in 44 packages 23:08:06 Removing intermediate container c44d28dc7681 23:08:06 ---> 053113c8d702 23:08:06 Step 6/8 : WORKDIR /build 23:08:06 ---> Running in 2445ed8d4233 23:08:07 Removing intermediate container 2445ed8d4233 23:08:07 ---> a3113ebbdd3b 23:08:07 Step 7/8 : COPY go.mod . 23:08:08 ---> 5579e894efe1 23:08:08 Step 8/8 : RUN go mod download 23:08:08 ---> Running in 38504ec4a83c 23:08:34 Removing intermediate container 38504ec4a83c 23:08:34 ---> f05220884b3e 23:08:34 Successfully built f05220884b3e 23:08:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:08:35 + docker inspect -f . ci-base-image-arm64 23:08:35 . [Pipeline] withDockerContainer 23:08:35 prd-ubuntu18.04-docker-arm64-4c-16g-9013 does not seem to be running inside a container 23:08:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/141 -v /w/workspace/app-functions-sdk-go/141:/w/workspace/app-functions-sdk-go/141:rw,z -v /w/workspace/app-functions-sdk-go/141@tmp:/w/workspace/app-functions-sdk-go/141@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 23:08:37 $ docker top bdba3518c6a5d293b2bd61c8e0aa90d7e890be1f4d853c4daeff06d35dd85ae8 -eo pid,comm [Pipeline] { [Pipeline] sh 23:08:39 + go version 23:08:39 go version go1.15.2 linux/arm64 [Pipeline] } 23:08:39 $ docker stop --time=1 bdba3518c6a5d293b2bd61c8e0aa90d7e890be1f4d853c4daeff06d35dd85ae8 23:08:40 $ docker rm -f bdba3518c6a5d293b2bd61c8e0aa90d7e890be1f4d853c4daeff06d35dd85ae8 [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 23:08:44 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 23:08:44 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 23:08:44 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:08:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:08:44 23:08:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 23:08:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:08:45 1.317.0: Pulling from edgex-devops/edgex-snyk-go 23:08:45 cbdbe7a5bc2a: Pulling fs layer 23:08:45 408f87550127: Pulling fs layer 23:08:45 fe522b08c979: Pulling fs layer 23:08:45 221eaa008020: Pulling fs layer 23:08:45 2a4607e5d6b9: Pulling fs layer 23:08:45 8f79b27c4fd2: Pulling fs layer 23:08:45 e5c8dbe1645b: Pulling fs layer 23:08:45 23e8b3b47431: Pulling fs layer 23:08:45 5c568d65a230: Pulling fs layer 23:08:45 221eaa008020: Waiting 23:08:45 2a4607e5d6b9: Waiting 23:08:45 8f79b27c4fd2: Waiting 23:08:45 e5c8dbe1645b: Waiting 23:08:45 23e8b3b47431: Waiting 23:08:45 5c568d65a230: Waiting 23:08:45 fe522b08c979: Verifying Checksum 23:08:45 fe522b08c979: Download complete 23:08:45 408f87550127: Download complete 23:08:45 2a4607e5d6b9: Verifying Checksum 23:08:45 2a4607e5d6b9: Download complete 23:08:46 8f79b27c4fd2: Verifying Checksum 23:08:46 8f79b27c4fd2: Download complete 23:08:46 cbdbe7a5bc2a: Download complete 23:08:46 cbdbe7a5bc2a: Pull complete 23:08:46 408f87550127: Pull complete 23:08:46 fe522b08c979: Pull complete 23:08:46 e5c8dbe1645b: Verifying Checksum 23:08:46 e5c8dbe1645b: Download complete 23:08:48 5c568d65a230: Verifying Checksum 23:08:48 5c568d65a230: Download complete 23:08:48 23e8b3b47431: Verifying Checksum 23:08:50 221eaa008020: Verifying Checksum 23:08:50 221eaa008020: Download complete 23:08:55 221eaa008020: Pull complete 23:08:55 2a4607e5d6b9: Pull complete 23:08:55 8f79b27c4fd2: Pull complete 23:08:57 e5c8dbe1645b: Pull complete 23:09:00 23e8b3b47431: Pull complete 23:09:01 5c568d65a230: Pull complete 23:09:01 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 23:09:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:09:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 23:09:02 prd-centos7-docker-4c-2g-9009 does not seem to be running inside a container 23:09:02 $ 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 23:09:03 $ docker top e2b1d9102d6225f1f3321af65e4ff84892b28dd5095b4e3a631e88a58840a4ad -eo pid,comm [Pipeline] { [Pipeline] sh 23:09:03 + snyk monitor '--org=edgex-jenkins' 23:09:13 23:09:13 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 23:09:13 23:09:13 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/6fecb2a6-96ed-4e7e-aeb0-48675dbce896 23:09:13 23:09:13 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:09:13 23:09:13 23:09:13 Snyk CLI supports Node.js 8 and higher. 23:09:13 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 23:09:13 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 23:09:13 23:09:13 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 23:09:13 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 23:09:13 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 23:09:13 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 23:09:13 $ docker stop --time=1 e2b1d9102d6225f1f3321af65e4ff84892b28dd5095b4e3a631e88a58840a4ad 23:09:18 $ docker rm -f e2b1d9102d6225f1f3321af65e4ff84892b28dd5095b4e3a631e88a58840a4ad [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 23:09:19 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:09:19 provisioning config files... 23:09:19 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3434074514340847302tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:09:20 --> edgex-publish-swagger.sh 23:09:20 === Publish openapi/v2 API === 23:09:20 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 23:09:20 [publishToSwagger] Publishing API Name [app-functions-sdk] 23:09:20 % Total % Received % Xferd Average Speed Time Time Time Current 23:09:20 Dload Upload Total Spent Left Speed 23:09:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10322 0:00:01 0:00:01 --:--:-- 10329 100 13025 0 0 100 13025 0 9642 0:00:01 0:00:01 --:--:-- 9648 23:09:21 23:09:21 [Pipeline] } 23:09:21 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 23:09:22 + git log --format=format:%s -1 6ed8672201f61aa1ab89babc34ffea9d53160bb3 [Pipeline] isUnix [Pipeline] sh 23:09:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:09:22 . [Pipeline] withDockerContainer 23:09:22 prd-centos7-docker-4c-2g-9009 does not seem to be running inside a container 23:09:22 $ 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 23:09:23 $ docker top 1ecc6ffd59ce2adf869c83b6f893fa6656215949093c2537af2af7884346e013 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:09:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:09:25 [ssh-agent] Looking for ssh-agent implementation... 23:09:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:09:25 $ docker exec 1ecc6ffd59ce2adf869c83b6f893fa6656215949093c2537af2af7884346e013 ssh-agent 23:09:25 SSH_AUTH_SOCK=/tmp/ssh-6SONUqHHbT0M/agent.11 23:09:25 SSH_AGENT_PID=17 23:09:25 Running ssh-add (command line suppressed) 23:09:26 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1802617432599108054.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1802617432599108054.key) 23:09:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:09:26 + git semver tag 23:09:26 # -> Open(): unable to determine branch for HEAD 23:09:26 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:09:26 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:09:26 # $SEMVER_REMOTE_NAME = origin 23:09:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:09:26 # $SEMVER_USER_NAME = edgex-jenkins 23:09:26 # $SEMVER_BRANCH = master 23:09:26 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:09:26 # 6ed8672201f61aa1ab89babc34ffea9d53160bb3 HEAD 23:09:26 # -> Force: false 23:09:26 # affdf37a1c9b0df6b5ab43250a9be9e44c3c22cf refs/tags/v1.2.1-dev.53 [Pipeline] } 23:09:26 $ docker exec --env ******** --env ******** 1ecc6ffd59ce2adf869c83b6f893fa6656215949093c2537af2af7884346e013 ssh-agent -k 23:09:26 unset SSH_AUTH_SOCK; 23:09:26 unset SSH_AGENT_PID; 23:09:26 echo Agent pid 17 killed; 23:09:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:09:27 + git semver [Pipeline] } 23:09:27 $ docker stop --time=1 1ecc6ffd59ce2adf869c83b6f893fa6656215949093c2537af2af7884346e013 23:09:28 $ docker rm -f 1ecc6ffd59ce2adf869c83b6f893fa6656215949093c2537af2af7884346e013 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:09:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:09:29 23:09:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:09:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:09:29 0.23.1-centos7: Pulling from edgex-lftools 23:09:29 ab5ef0e58194: Pulling fs layer 23:09:29 9712f1f96733: Pulling fs layer 23:09:29 63f879dbbcfc: Pulling fs layer 23:09:29 0d9ebad4ef96: Pulling fs layer 23:09:29 e9a5061849ea: Pulling fs layer 23:09:29 d747dcd14b5f: Pulling fs layer 23:09:29 2de7ff778b66: Pulling fs layer 23:09:29 e9a5061849ea: Waiting 23:09:29 d747dcd14b5f: Waiting 23:09:29 2de7ff778b66: Waiting 23:09:29 0d9ebad4ef96: Waiting 23:09:29 9712f1f96733: Download complete 23:09:32 63f879dbbcfc: Verifying Checksum 23:09:32 63f879dbbcfc: Download complete 23:09:32 e9a5061849ea: Verifying Checksum 23:09:32 e9a5061849ea: Download complete 23:09:32 d747dcd14b5f: Verifying Checksum 23:09:32 d747dcd14b5f: Download complete 23:09:32 ab5ef0e58194: Verifying Checksum 23:09:32 ab5ef0e58194: Download complete 23:09:32 0d9ebad4ef96: Verifying Checksum 23:09:32 0d9ebad4ef96: Download complete 23:09:32 2de7ff778b66: Verifying Checksum 23:09:32 2de7ff778b66: Download complete 23:09:37 ab5ef0e58194: Pull complete 23:09:37 9712f1f96733: Pull complete 23:09:39 63f879dbbcfc: Pull complete 23:09:47 0d9ebad4ef96: Pull complete 23:09:48 e9a5061849ea: Pull complete 23:09:48 d747dcd14b5f: Pull complete 23:09:52 2de7ff778b66: Pull complete 23:09:52 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:09:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:09:52 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:09:52 prd-centos7-docker-4c-2g-9009 does not seem to be running inside a container 23:09:52 $ 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 23:09:55 $ docker top dd79f4d46741767588d715ba943cf839f36fe39a2aeb417c31e74a8b28403481 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:09:56 provisioning config files... 23:09:56 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6528529574892441336tmp 23:09:56 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8806324443550122811tmp 23:09:56 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8026435658853589556tmp [Pipeline] { [Pipeline] echo 23:09:56 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:09:56 ---> sigul-configuration.sh 23:09:56 gpg: directory `/root/.gnupg' created 23:09:56 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:09:56 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:09:56 gpg: keyring `/root/.gnupg/secring.gpg' created 23:09:56 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:09:56 gpg: CAST5 encrypted data 23:09:57 gpg: encrypted with 1 passphrase 23:09:57 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:09:57 + mkdir /home/jenkins 23:09:57 + mkdir /home/jenkins/sigul [Pipeline] sh 23:09:57 + 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 23:09:57 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:09:58 ---> sigul-install.sh 23:10:04 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:10:04 + git tag --list 23:10:04 v0.1.0 23:10:04 v0.1.1 23:10:04 v1.0.0 23:10:04 v1.1.0 23:10:04 v1.2.0 23:10:04 v1.2.1-dev.1 23:10:04 v1.2.1-dev.10 23:10:04 v1.2.1-dev.11 23:10:04 v1.2.1-dev.12 23:10:04 v1.2.1-dev.13 23:10:04 v1.2.1-dev.14 23:10:04 v1.2.1-dev.15 23:10:04 v1.2.1-dev.16 23:10:04 v1.2.1-dev.17 23:10:04 v1.2.1-dev.18 23:10:04 v1.2.1-dev.19 23:10:04 v1.2.1-dev.2 23:10:04 v1.2.1-dev.20 23:10:04 v1.2.1-dev.21 23:10:04 v1.2.1-dev.22 23:10:04 v1.2.1-dev.23 23:10:04 v1.2.1-dev.24 23:10:04 v1.2.1-dev.25 23:10:04 v1.2.1-dev.26 23:10:04 v1.2.1-dev.27 23:10:04 v1.2.1-dev.28 23:10:04 v1.2.1-dev.29 23:10:04 v1.2.1-dev.3 23:10:04 v1.2.1-dev.30 23:10:04 v1.2.1-dev.31 23:10:04 v1.2.1-dev.32 23:10:04 v1.2.1-dev.33 23:10:04 v1.2.1-dev.34 23:10:04 v1.2.1-dev.35 23:10:04 v1.2.1-dev.36 23:10:04 v1.2.1-dev.37 23:10:04 v1.2.1-dev.38 23:10:04 v1.2.1-dev.39 23:10:04 v1.2.1-dev.4 23:10:04 v1.2.1-dev.40 23:10:04 v1.2.1-dev.41 23:10:04 v1.2.1-dev.42 23:10:04 v1.2.1-dev.43 23:10:04 v1.2.1-dev.44 23:10:04 v1.2.1-dev.45 23:10:04 v1.2.1-dev.46 23:10:04 v1.2.1-dev.47 23:10:04 v1.2.1-dev.48 23:10:04 v1.2.1-dev.49 23:10:04 v1.2.1-dev.5 23:10:04 v1.2.1-dev.50 23:10:04 v1.2.1-dev.51 23:10:04 v1.2.1-dev.52 23:10:04 v1.2.1-dev.53 23:10:04 v1.2.1-dev.6 23:10:04 v1.2.1-dev.7 23:10:04 v1.2.1-dev.8 23:10:04 v1.2.1-dev.9 [Pipeline] sh 23:10:05 + lftools sign git-tag v1.2.1-dev.53 23:10:06 Signing Git tag with Sigul... 23:10:06 Signing v1.2.1-dev.53 [Pipeline] echo 23:10:07 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:10:07 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:10:07 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:10:08 $ docker stop --time=1 dd79f4d46741767588d715ba943cf839f36fe39a2aeb417c31e74a8b28403481 23:10:09 $ docker rm -f dd79f4d46741767588d715ba943cf839f36fe39a2aeb417c31e74a8b28403481 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:10:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:10:11 . [Pipeline] withDockerContainer 23:10:11 prd-centos7-docker-4c-2g-9009 does not seem to be running inside a container 23:10:11 $ 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 23:10:12 $ docker top fa50a17a4ec271e467c9268517909eeede2d0b6cafdfde044da219c0db5b94e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:10:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:10:12 [ssh-agent] Looking for ssh-agent implementation... 23:10:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:10:12 $ docker exec fa50a17a4ec271e467c9268517909eeede2d0b6cafdfde044da219c0db5b94e0 ssh-agent 23:10:12 SSH_AUTH_SOCK=/tmp/ssh-zQ0TW6TqOB73/agent.12 23:10:12 SSH_AGENT_PID=17 23:10:12 Running ssh-add (command line suppressed) 23:10:13 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3799924899270171826.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3799924899270171826.key) 23:10:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:10:13 + git semver bump pre 23:10:13 # -> Open(): unable to determine branch for HEAD 23:10:13 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:10:13 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:10:13 # $SEMVER_REMOTE_NAME = origin 23:10:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:10:13 # $SEMVER_USER_NAME = edgex-jenkins 23:10:13 # $SEMVER_BRANCH = master 23:10:13 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:10:13 1.2.1-dev.54 [Pipeline] } 23:10:13 $ docker exec --env ******** --env ******** fa50a17a4ec271e467c9268517909eeede2d0b6cafdfde044da219c0db5b94e0 ssh-agent -k 23:10:13 unset SSH_AUTH_SOCK; 23:10:13 unset SSH_AGENT_PID; 23:10:13 echo Agent pid 17 killed; 23:10:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:10:14 + git semver [Pipeline] } 23:10:14 $ docker stop --time=1 fa50a17a4ec271e467c9268517909eeede2d0b6cafdfde044da219c0db5b94e0 23:10:15 $ docker rm -f fa50a17a4ec271e467c9268517909eeede2d0b6cafdfde044da219c0db5b94e0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:10:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:10:16 . [Pipeline] withDockerContainer 23:10:16 prd-centos7-docker-4c-2g-9009 does not seem to be running inside a container 23:10:16 $ 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 23:10:16 $ docker top 9513ae2aba8ac88d271e49f835bd73d93014f06b9b90f0139c449a236e903e23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:10:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:10:17 [ssh-agent] Looking for ssh-agent implementation... 23:10:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:10:17 $ docker exec 9513ae2aba8ac88d271e49f835bd73d93014f06b9b90f0139c449a236e903e23 ssh-agent 23:10:17 SSH_AUTH_SOCK=/tmp/ssh-X1utDBPNLClu/agent.13 23:10:17 SSH_AGENT_PID=18 23:10:17 Running ssh-add (command line suppressed) 23:10:17 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8869069586598213335.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8869069586598213335.key) 23:10:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:10:18 + git semver push 23:10:18 # -> Open(): unable to determine branch for HEAD 23:10:18 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:10:18 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:10:18 # $SEMVER_REMOTE_NAME = origin 23:10:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:10:18 # $SEMVER_USER_NAME = edgex-jenkins 23:10:18 # $SEMVER_BRANCH = master 23:10:18 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:10:24 $ docker exec --env ******** --env ******** 9513ae2aba8ac88d271e49f835bd73d93014f06b9b90f0139c449a236e903e23 ssh-agent -k 23:10:24 unset SSH_AUTH_SOCK; 23:10:24 unset SSH_AGENT_PID; 23:10:24 echo Agent pid 18 killed; 23:10:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:10:25 + git semver [Pipeline] } 23:10:25 $ docker stop --time=1 9513ae2aba8ac88d271e49f835bd73d93014f06b9b90f0139c449a236e903e23 23:10:26 $ docker rm -f 9513ae2aba8ac88d271e49f835bd73d93014f06b9b90f0139c449a236e903e23 [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 23:10:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:10:28 ---> package-listing.sh 23:10:28 ++ facter osfamily 23:10:28 ++ tr '[:upper:]' '[:lower:]' 23:10:28 + OS_FAMILY=redhat 23:10:28 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 23:10:28 + START_PACKAGES=/tmp/packages_start.txt 23:10:28 + END_PACKAGES=/tmp/packages_end.txt 23:10:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:10:28 + PACKAGES=/tmp/packages_start.txt 23:10:28 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:10:28 + PACKAGES=/tmp/packages_end.txt 23:10:28 + case "${OS_FAMILY}" in 23:10:28 + rpm -qa 23:10:28 + sort 23:10:33 + '[' -f /tmp/packages_start.txt ']' 23:10:33 + '[' -f /tmp/packages_end.txt ']' 23:10:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:10:33 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:10:33 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 23:10:33 + 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 23:10:33 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 23:10:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:10:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:10:33 23:10:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:10:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:10:34 alpine: Pulling from edgex-lftools-log-publisher 23:10:34 df20fa9351a1: Pulling fs layer 23:10:34 36b3adc4ff6f: Pulling fs layer 23:10:34 8ad3a11d3b57: Pulling fs layer 23:10:34 46f8f816bc3b: Pulling fs layer 23:10:34 93b61091891f: Pulling fs layer 23:10:34 93b9cdb0e59b: Pulling fs layer 23:10:34 5e14af77c1be: Pulling fs layer 23:10:34 01666e4c0597: Pulling fs layer 23:10:34 aa168da1d23b: Pulling fs layer 23:10:34 46f8f816bc3b: Waiting 23:10:34 93b61091891f: Waiting 23:10:34 5e14af77c1be: Waiting 23:10:34 93b9cdb0e59b: Waiting 23:10:34 aa168da1d23b: Waiting 23:10:34 01666e4c0597: Waiting 23:10:34 36b3adc4ff6f: Verifying Checksum 23:10:34 36b3adc4ff6f: Download complete 23:10:34 46f8f816bc3b: Verifying Checksum 23:10:34 46f8f816bc3b: Download complete 23:10:34 df20fa9351a1: Download complete 23:10:34 93b9cdb0e59b: Verifying Checksum 23:10:34 93b9cdb0e59b: Download complete 23:10:34 5e14af77c1be: Verifying Checksum 23:10:34 5e14af77c1be: Download complete 23:10:34 93b61091891f: Verifying Checksum 23:10:34 93b61091891f: Download complete 23:10:34 01666e4c0597: Verifying Checksum 23:10:34 01666e4c0597: Download complete 23:10:34 8ad3a11d3b57: Verifying Checksum 23:10:34 8ad3a11d3b57: Download complete 23:10:34 df20fa9351a1: Pull complete 23:10:34 36b3adc4ff6f: Pull complete 23:10:35 8ad3a11d3b57: Pull complete 23:10:35 46f8f816bc3b: Pull complete 23:10:36 aa168da1d23b: Verifying Checksum 23:10:36 aa168da1d23b: Download complete 23:10:36 93b61091891f: Pull complete 23:10:36 93b9cdb0e59b: Pull complete 23:10:36 5e14af77c1be: Pull complete 23:10:36 01666e4c0597: Pull complete 23:10:43 aa168da1d23b: Pull complete 23:10:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:10:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:10:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:10:43 prd-centos7-docker-4c-2g-9009 does not seem to be running inside a container 23:10:43 $ 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 23:10:49 $ docker top 9858cad030d47ed3448661624309c7a09513ca7c5d667b497762646d983d1930 -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:50 + touch /tmp/pre-build-complete [Pipeline] sh 23:10:50 + mkdir -p /var/log/sa [Pipeline] sh 23:10:50 + ls /var/log/sa-host 23:10:50 + sadf -c /var/log/sa-host/sa05 23:10:50 file_magic: OK 23:10:50 HZ: Using current value: 100 23:10:50 file_header: OK 23:10:50 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 23:10:50 Statistics: 23:10:50 Hnuu...uuuununununu...Hnuu...uuuununununu... 23:10:50 File successfully converted to sysstat format version 12.2.1 23:10:50 + sadf -c /var/log/sa-host/sa26 23:10:50 file_magic: OK 23:10:50 HZ: Using current value: 100 23:10:50 file_header: OK 23:10:50 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 23:10:50 Statistics: 23:10:50 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:10:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:10:51 provisioning config files... 23:10:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1540525569398123556tmp [Pipeline] { [Pipeline] echo 23:10:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:10:51 ---> create-netrc.sh [Pipeline] } 23:10:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:10:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:10:52 ---> python-tools-install.sh [Pipeline] echo 23:10:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:10:52 ---> sudo-logs.sh 23:10:52 Archiving 'sudo' log.. [Pipeline] echo 23:10:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:10:52 ---> job-cost.sh 23:10:52 lf-activate-venv: SKIPPING 23:10:52 INFO: No Stack... 23:10:54 INFO: Retrieving Pricing Info for: v1-standard-2 23:10:55 INFO: Archiving Costs [Pipeline] echo 23:10:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:10:55 ---> logs-deploy.sh 23:10:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/141 23:10:55 INFO: archiving workspace using pattern(s): 23:10:57 Archives upload complete. 23:10:57 INFO: archiving logs to Nexus 23:10:58 ---> uname -a: 23:10:58 Linux prd-centos7-docker-4c-2g-9009.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 23:10:58 23:10:58 23:10:58 ---> lscpu: 23:10:58 Architecture: x86_64 23:10:58 CPU op-mode(s): 32-bit, 64-bit 23:10:58 Byte Order: Little Endian 23:10:58 Address sizes: 40 bits physical, 48 bits virtual 23:10:58 CPU(s): 4 23:10:58 On-line CPU(s) list: 0-3 23:10:58 Thread(s) per core: 1 23:10:58 Core(s) per socket: 1 23:10:58 Socket(s): 4 23:10:58 NUMA node(s): 1 23:10:58 Vendor ID: GenuineIntel 23:10:58 CPU family: 6 23:10:58 Model: 44 23:10:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:10:58 Stepping: 1 23:10:58 CPU MHz: 2933.438 23:10:58 BogoMIPS: 5866.87 23:10:58 Virtualization: VT-x 23:10:58 Hypervisor vendor: KVM 23:10:58 Virtualization type: full 23:10:58 L1d cache: 128 KiB 23:10:58 L1i cache: 128 KiB 23:10:58 L2 cache: 16 MiB 23:10:58 L3 cache: 64 MiB 23:10:58 NUMA node0 CPU(s): 0-3 23:10:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:10:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:10:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:10:58 Vulnerability Meltdown: Mitigation; PTI 23:10:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:10:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:10:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:10:58 Vulnerability Tsx async abort: Not affected 23:10:58 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 23:10:58 23:10:58 23:10:58 ---> nproc: 23:10:58 4 23:10:58 23:10:58 23:10:58 ---> df -h: 23:10:58 Filesystem Size Used Available Use% Mounted on 23:10:58 overlay 50.0G 8.5G 41.5G 17% / 23:10:58 tmpfs 64.0M 0 64.0M 0% /dev 23:10:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:10:58 shm 64.0M 0 64.0M 0% /dev/shm 23:10:58 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 23:10:58 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 23:10:58 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 23:10:58 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 23:10:58 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 23:10:58 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 23:10:58 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 23:10:58 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 23:10:58 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 23:10:58 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master 23:10:58 23:10:58 23:10:58 ---> free -m: 23:10:58 total used free shared buff/cache available 23:10:58 Mem: 1837 791 147 0 898 985 23:10:58 Swap: 1023 2 1021 23:10:58 23:10:58 23:10:58 ---> ip addr: 23:10:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:10:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:10:58 inet 127.0.0.1/8 scope host lo 23:10:58 valid_lft forever preferred_lft forever 23:10:58 inet6 ::1/128 scope host 23:10:58 valid_lft forever preferred_lft forever 23:10:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:10:58 link/ether fa:16:3e:af:18:f9 brd ff:ff:ff:ff:ff:ff 23:10:58 inet 10.30.122.112/23 brd 10.30.123.255 scope global dynamic eth0 23:10:58 valid_lft 85902sec preferred_lft 85902sec 23:10:58 inet6 fe80::f816:3eff:feaf:18f9/64 scope link 23:10:58 valid_lft forever preferred_lft forever 23:10:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:10:58 link/ether 02:42:cd:b5:40:5a brd ff:ff:ff:ff:ff:ff 23:10:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:10:58 valid_lft forever preferred_lft forever 23:10:58 inet6 fe80::42:cdff:feb5:405a/64 scope link 23:10:58 valid_lft forever preferred_lft forever 23:10:58 23:10:58 23:10:58 ---> sar -b -r -n DEV: 23:10:58 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) 23:10:58 23:10:58 23:02:24 LINUX RESTART (4 CPU) 23:10:58 23:10:58 23:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:10:58 23:04:01 61.95 16.23 45.72 0.00 5096.59 6505.42 0.00 23:10:58 23:05:01 0.82 0.00 0.82 0.00 0.00 16.12 0.00 23:10:58 23:06:01 0.25 0.00 0.25 0.00 0.00 3.20 0.00 23:10:58 23:07:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 23:10:58 23:08:01 0.15 0.00 0.15 0.00 0.00 2.21 0.00 23:10:58 23:09:01 143.45 78.31 65.14 0.00 3399.37 28962.56 0.00 23:10:58 23:10:01 288.30 121.32 166.98 0.00 7856.62 36473.41 0.00 23:10:58 Average: 70.76 30.84 39.91 0.00 2337.31 10283.28 0.00 23:10:58 23:10:58 23:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:10:58 23:04:01 228900 0 549528 29.21 2620 1100508 1119288 38.20 407380 1085856 128 23:10:58 23:05:01 231380 0 547080 29.08 2620 1100476 1088756 37.16 408884 1082828 16 23:10:58 23:06:01 231696 0 546760 29.06 2620 1100480 1079720 36.85 409368 1082116 20 23:10:58 23:07:01 230308 0 548148 29.13 2620 1100480 1079636 36.85 410896 1081804 16 23:10:58 23:08:01 229472 0 548976 29.18 2620 1100488 1079780 36.85 431232 1062368 12 23:10:58 23:09:01 179804 0 587732 31.24 2620 1111400 1081092 36.90 413836 1093828 40664 23:10:58 23:10:01 85252 0 754008 40.07 1780 1040516 1254992 42.83 624928 877736 27288 23:10:58 Average: 202402 0 583176 30.99 2500 1093478 1111895 37.95 443789 1052362 9735 23:10:58 23:10:58 23:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:10:58 23:04:01 eth0 519.22 414.41 1383.22 94.88 0.00 0.00 0.00 0.00 23:10:58 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:10:58 23:04:01 docker0 100.07 88.35 8.60 304.56 0.00 0.00 0.00 0.00 23:10:58 23:05:01 eth0 2.03 1.05 1.39 0.22 0.00 0.00 0.00 0.00 23:10:58 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:10:58 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:10:58 23:06:01 eth0 0.82 0.47 0.30 0.24 0.00 0.00 0.00 0.00 23:10:58 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:10:58 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:10:58 23:07:01 eth0 0.75 0.13 0.17 0.07 0.00 0.00 0.00 0.00 23:10:58 23:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:10:58 23:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:10:58 23:08:01 eth0 1.55 0.60 0.45 0.28 0.00 0.00 0.00 0.00 23:10:58 23:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:10:58 23:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:10:58 23:09:01 eth0 366.41 327.43 3778.24 26.66 0.00 0.00 0.00 0.00 23:10:58 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:10:58 23:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:10:58 23:10:01 eth0 561.22 473.21 3851.48 109.56 0.00 0.00 0.00 0.00 23:10:58 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:10:58 23:10:01 docker0 102.10 145.02 7.09 614.88 0.00 0.00 0.00 0.00 23:10:58 23:10:01 veth6be8859 45.42 86.70 2.95 202.13 0.00 0.00 0.00 0.00 23:10:58 Average: eth0 207.54 173.99 1288.28 33.15 0.00 0.00 0.00 0.00 23:10:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:10:58 Average: docker0 28.90 33.36 2.24 131.43 0.00 0.00 0.00 0.00 23:10:58 Average: veth6be8859 6.49 12.39 0.42 28.88 0.00 0.00 0.00 0.00 23:10:58 23:10:58 23:10:58 ---> sar -P ALL: 23:10:58 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) 23:10:58 23:10:58 23:02:24 LINUX RESTART (4 CPU) 23:10:58 23:10:58 23:03:01 CPU %user %nice %system %iowait %steal %idle 23:10:58 23:04:01 all 8.67 0.00 4.16 1.62 0.03 85.52 23:10:58 23:04:01 0 7.84 0.00 4.65 0.49 0.03 86.99 23:10:58 23:04:01 1 10.10 0.00 3.86 0.99 0.03 85.02 23:10:58 23:04:01 2 7.72 0.00 4.41 4.27 0.03 83.57 23:10:58 23:04:01 3 9.01 0.00 3.73 0.71 0.03 86.51 23:10:58 23:05:01 all 0.17 0.00 0.06 0.00 0.00 99.77 23:10:58 23:05:01 0 0.08 0.00 0.07 0.00 0.00 99.85 23:10:58 23:05:01 1 0.48 0.00 0.05 0.00 0.00 99.47 23:10:58 23:05:01 2 0.03 0.00 0.05 0.00 0.00 99.92 23:10:58 23:05:01 3 0.08 0.00 0.07 0.00 0.00 99.85 23:10:58 23:06:01 all 0.16 0.00 0.04 0.00 0.00 99.80 23:10:58 23:06:01 0 0.05 0.00 0.02 0.00 0.00 99.93 23:10:58 23:06:01 1 0.47 0.00 0.07 0.00 0.00 99.47 23:10:58 23:06:01 2 0.07 0.00 0.07 0.00 0.00 99.87 23:10:58 23:06:01 3 0.05 0.00 0.00 0.00 0.00 99.95 23:10:58 23:07:01 all 0.06 0.00 0.05 0.00 0.00 99.89 23:10:58 23:07:01 0 0.07 0.00 0.08 0.00 0.00 99.85 23:10:58 23:07:01 1 0.15 0.00 0.03 0.00 0.00 99.82 23:10:58 23:07:01 2 0.02 0.00 0.03 0.00 0.00 99.95 23:10:58 23:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:10:58 23:08:01 all 0.10 0.00 0.09 0.00 0.00 99.81 23:10:58 23:08:01 0 0.07 0.00 0.05 0.00 0.00 99.88 23:10:58 23:08:01 1 0.20 0.00 0.05 0.00 0.00 99.75 23:10:58 23:08:01 2 0.07 0.00 0.02 0.00 0.00 99.92 23:10:58 23:08:01 3 0.05 0.00 0.25 0.00 0.00 99.70 23:10:58 23:09:01 all 6.25 0.00 4.31 0.95 0.05 88.44 23:10:58 23:09:01 0 5.92 0.00 4.50 0.78 0.05 88.75 23:10:58 23:09:01 1 6.78 0.00 4.62 0.27 0.08 88.25 23:10:58 23:09:01 2 6.08 0.00 3.84 1.30 0.03 88.75 23:10:58 23:09:01 3 6.21 0.00 4.29 1.45 0.03 88.01 23:10:58 23:10:01 all 12.33 0.00 9.62 4.10 0.06 73.88 23:10:58 23:10:01 0 12.27 0.00 10.35 4.34 0.07 72.97 23:10:58 23:10:01 1 12.79 0.00 8.36 5.22 0.05 73.57 23:10:58 23:10:01 2 12.91 0.00 9.56 3.27 0.07 74.20 23:10:58 23:10:01 3 11.37 0.00 10.20 3.57 0.07 74.79 23:10:58 Average: all 3.92 0.00 2.58 0.94 0.02 92.54 23:10:58 Average: 0 3.71 0.00 2.78 0.79 0.02 92.71 23:10:58 Average: 1 4.38 0.00 2.41 0.91 0.02 92.28 23:10:58 Average: 2 3.80 0.00 2.54 1.25 0.02 92.39 23:10:58 Average: 3 3.78 0.00 2.62 0.81 0.02 92.77 23:10:58 23:10:58 23:10:58