Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a92a438410e8353070781e72258a0255f6bf6bbe 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-9155 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 a92a438410e8353070781e72258a0255f6bf6bbe (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a92a438410e8353070781e72258a0255f6bf6bbe # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#564)" > git rev-list --no-walk 6ed8672201f61aa1ab89babc34ffea9d53160bb3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:36:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:36:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:36:51 ========================================================= 16:36:51 EdgeX Global Pipelines Version Info 16:36:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:36:52 ------------------- 16:36:52 stable info: 16:36:52 ------------------- 16:36:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:36:52 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 16:36:52 Message: update stable to v1.0.148 16:36:53 ------------------- 16:36:53 experimental info: 16:36:53 ------------------- 16:36:53 Commited By: **** collab-it+edgex@linuxfoundation.org 16:36:53 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 16:36:53 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:36:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 16:36:54 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 16:36:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:36:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:36:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:36:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:36:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:36:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:36:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:36:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:36:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:36:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 16:36:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:36:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:36:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:36:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:36:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:36:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:36:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:36:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:36:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:36:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:36:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:36:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:36:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:36:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:36:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:36:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:36:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a92a438410e8353070781e72258a0255f6bf6bbe [Pipeline] echo 16:36:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a92a438 [Pipeline] echo 16:36:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:36:57 + git log --format=format:%s -1 a92a438410e8353070781e72258a0255f6bf6bbe [Pipeline] echo 16:36:58 GIT_COMMIT: a92a438410e8353070781e72258a0255f6bf6bbe, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-secrets (#564) [Pipeline] echo 16:36:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:36:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:36:59 16:36:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:36:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:36:59 latest: Pulling from edgex-devops/git-semver 16:36:59 31603596830f: Pulling fs layer 16:36:59 2a8b12db71e7: Pulling fs layer 16:36:59 6ca5941a6612: Pulling fs layer 16:36:59 ecc8261a40a4: Pulling fs layer 16:36:59 ecc8261a40a4: Waiting 16:36:59 2a8b12db71e7: Verifying Checksum 16:36:59 2a8b12db71e7: Download complete 16:36:59 31603596830f: Verifying Checksum 16:36:59 31603596830f: Download complete 16:36:59 ecc8261a40a4: Verifying Checksum 16:36:59 ecc8261a40a4: Download complete 16:36:59 31603596830f: Pull complete 16:36:59 6ca5941a6612: Verifying Checksum 16:36:59 6ca5941a6612: Download complete 16:37:00 2a8b12db71e7: Pull complete 16:37:01 6ca5941a6612: Pull complete 16:37:01 ecc8261a40a4: Pull complete 16:37:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:37:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:37:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:37:01 prd-centos7-docker-4c-2g-9155 does not seem to be running inside a container 16:37:01 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:37:04 $ docker top 76cbbb55d60cd929780f0f2a35a0a20329edb89ade6591879c011e0834a7e222 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:37:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:37:04 [ssh-agent] Looking for ssh-agent implementation... 16:37:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:37:04 $ docker exec 76cbbb55d60cd929780f0f2a35a0a20329edb89ade6591879c011e0834a7e222 ssh-agent 16:37:04 SSH_AUTH_SOCK=/tmp/ssh-UOmM9s5ksirW/agent.12 16:37:04 SSH_AGENT_PID=17 16:37:04 Running ssh-add (command line suppressed) 16:37:05 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8975939983199867275.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8975939983199867275.key) 16:37:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:37:05 + git tag --points-at HEAD [Pipeline] } 16:37:05 $ docker exec --env ******** --env ******** 76cbbb55d60cd929780f0f2a35a0a20329edb89ade6591879c011e0834a7e222 ssh-agent -k 16:37:05 unset SSH_AUTH_SOCK; 16:37:05 unset SSH_AGENT_PID; 16:37:05 echo Agent pid 17 killed; 16:37:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:37:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:37:06 [ssh-agent] Looking for ssh-agent implementation... 16:37:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:37:06 $ docker exec 76cbbb55d60cd929780f0f2a35a0a20329edb89ade6591879c011e0834a7e222 ssh-agent 16:37:06 SSH_AUTH_SOCK=/tmp/ssh-RU4CylNdRKf1/agent.47 16:37:06 SSH_AGENT_PID=53 16:37:06 Running ssh-add (command line suppressed) 16:37:06 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8825806059663450447.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8825806059663450447.key) 16:37:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:37:06 + git semver init 16:37:06 # -> Open(): unable to determine branch for HEAD 16:37:06 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:37:06 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:37:06 # $SEMVER_REMOTE_NAME = origin 16:37:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:37:06 # $SEMVER_USER_NAME = edgex-jenkins 16:37:06 # $SEMVER_BRANCH = master 16:37:06 # $SEMVER_TEMP = /tmp/semver-217172281 16:37:06 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 16:37:11 # '/tmp/semver-217172281' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 16:37:11 # -> Force: false 16:37:11 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:37:11 $ docker exec --env ******** --env ******** 76cbbb55d60cd929780f0f2a35a0a20329edb89ade6591879c011e0834a7e222 ssh-agent -k 16:37:11 unset SSH_AUTH_SOCK; 16:37:11 unset SSH_AGENT_PID; 16:37:11 echo Agent pid 53 killed; 16:37:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:37:11 + git semver [Pipeline] } 16:37:11 $ docker stop --time=1 76cbbb55d60cd929780f0f2a35a0a20329edb89ade6591879c011e0834a7e222 16:37:13 $ docker rm -f 76cbbb55d60cd929780f0f2a35a0a20329edb89ade6591879c011e0834a7e222 [Pipeline] // withDockerContainer [Pipeline] sh 16:37:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:37:14 Stashed 1 file(s) [Pipeline] echo 16:37:14 [edgeXSemver]: initialized semver on version 1.2.1-dev.54 [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 16:37:29 Still waiting to schedule task 16:37:29 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-9156’ 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’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-9151’ doesn’t have label ‘centos7-docker-4c-2g’ 16:37:29 Still waiting to schedule task 16:37:29 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:39:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9157 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:39:15 Running in /w/workspace/app-functions-sdk-go/142 [Pipeline] { [Pipeline] checkout 16:39:20 using credential edgex-jenkins-ssh 16:39:20 Cloning the remote Git repository 16:39:20 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:39:20 > git init /w/workspace/app-functions-sdk-go/142 # timeout=10 16:39:20 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:39:20 > git --version # timeout=10 16:39:20 > git --version # 'git version 2.17.1' 16:39:20 using GIT_SSH to set credentials SSH Credentials for GitHub 16:39:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:39:23 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:39:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:39:23 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:39:24 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:39:24 using GIT_SSH to set credentials SSH Credentials for GitHub 16:39:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:39:24 Checking out Revision a92a438410e8353070781e72258a0255f6bf6bbe (master) 16:39:24 > git config core.sparsecheckout # timeout=10 16:39:24 > git checkout -f a92a438410e8353070781e72258a0255f6bf6bbe # timeout=10 16:39:28 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#564)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:39:30 ========================================================= 16:39:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:39:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:39:31 + 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 . 16:39:32 Sending build context to Docker daemon 19.14MB 16:39:32 Step 1/8 : ARG BASE=golang:1.15-alpine 16:39:32 Step 2/8 : FROM ${BASE} 16:39:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:39:32 b538f80385f9: Pulling fs layer 16:39:32 74f711af9a0d: Pulling fs layer 16:39:32 99f96fe45779: Pulling fs layer 16:39:32 8529a6b9a6be: Pulling fs layer 16:39:32 45590311c82a: Pulling fs layer 16:39:32 69ca0ff8b7b3: Pulling fs layer 16:39:32 209524e5b208: Pulling fs layer 16:39:32 8529a6b9a6be: Waiting 16:39:32 45590311c82a: Waiting 16:39:32 69ca0ff8b7b3: Waiting 16:39:32 209524e5b208: Waiting 16:39:32 99f96fe45779: Verifying Checksum 16:39:32 99f96fe45779: Download complete 16:39:32 74f711af9a0d: Download complete 16:39:32 45590311c82a: Verifying Checksum 16:39:32 45590311c82a: Download complete 16:39:32 69ca0ff8b7b3: Verifying Checksum 16:39:32 69ca0ff8b7b3: Download complete 16:39:32 b538f80385f9: Verifying Checksum 16:39:32 b538f80385f9: Download complete 16:39:33 b538f80385f9: Pull complete 16:39:34 74f711af9a0d: Pull complete 16:39:34 Running on prd-centos7-docker-4c-2g-9159 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:39:34 Running in /w/workspace/app-functions-sdk-go/142 [Pipeline] { [Pipeline] checkout 16:39:34 99f96fe45779: Pull complete 16:39:34 209524e5b208: Verifying Checksum 16:39:34 209524e5b208: Download complete 16:39:36 8529a6b9a6be: Download complete 16:39:42 using credential edgex-jenkins-ssh 16:39:42 Cloning the remote Git repository 16:39:42 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:39:42 > git init /w/workspace/app-functions-sdk-go/142 # timeout=10 16:39:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:39:43 > git --version # timeout=10 16:39:43 > git --version # 'git version 2.16.5' 16:39:43 using GIT_SSH to set credentials SSH Credentials for GitHub 16:39:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:39:45 Checking out Revision a92a438410e8353070781e72258a0255f6bf6bbe (master) 16:39:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:39:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:39:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:39:45 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:39:45 using GIT_SSH to set credentials SSH Credentials for GitHub 16:39:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:39:45 > git config core.sparsecheckout # timeout=10 16:39:45 > git checkout -f a92a438410e8353070781e72258a0255f6bf6bbe # timeout=10 16:39:48 8529a6b9a6be: Pull complete 16:39:48 45590311c82a: Pull complete 16:39:48 69ca0ff8b7b3: Pull complete 16:39:50 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#564)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:39:51 ========================================================= 16:39:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:39:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:39:51 209524e5b208: Pull complete 16:39:51 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:39:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:39:51 ---> 5bddaf1c2fca 16:39:51 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:39:51 latest: Pulling from library/docker 16:39:52 5f621e34cdf4: Pulling fs layer 16:39:52 85db56a05063: Pulling fs layer 16:39:52 ccb67d6aeaaa: Pulling fs layer 16:39:52 a0b19fc83503: Pulling fs layer 16:39:52 8eb508b41278: Pulling fs layer 16:39:52 37236713561e: Pulling fs layer 16:39:52 07c93f2b1b56: Pulling fs layer 16:39:52 a0b19fc83503: Waiting 16:39:52 8eb508b41278: Waiting 16:39:52 37236713561e: Waiting 16:39:52 07c93f2b1b56: Waiting 16:39:52 + 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 . 16:39:52 ccb67d6aeaaa: Verifying Checksum 16:39:52 ccb67d6aeaaa: Download complete 16:39:52 85db56a05063: Verifying Checksum 16:39:52 85db56a05063: Download complete 16:39:52 5f621e34cdf4: Verifying Checksum 16:39:52 5f621e34cdf4: Download complete 16:39:52 37236713561e: Download complete 16:39:52 8eb508b41278: Verifying Checksum 16:39:52 8eb508b41278: Download complete 16:39:52 07c93f2b1b56: Download complete 16:39:52 5f621e34cdf4: Pull complete 16:39:53 Sending build context to Docker daemon 19.14MB 16:39:53 Step 1/8 : ARG BASE=golang:1.15-alpine 16:39:53 Step 2/8 : FROM ${BASE} 16:39:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:39:53 df20fa9351a1: Pulling fs layer 16:39:53 ed8968b2872e: Pulling fs layer 16:39:53 a92cc7c5fd73: Pulling fs layer 16:39:53 e871e8e8d7a9: Pulling fs layer 16:39:53 e73272ec9a57: Pulling fs layer 16:39:53 1e910a182e73: Pulling fs layer 16:39:53 4e634b169226: Pulling fs layer 16:39:53 e73272ec9a57: Waiting 16:39:53 1e910a182e73: Waiting 16:39:53 4e634b169226: Waiting 16:39:53 e871e8e8d7a9: Waiting 16:39:53 a92cc7c5fd73: Verifying Checksum 16:39:53 a92cc7c5fd73: Download complete 16:39:53 ed8968b2872e: Verifying Checksum 16:39:53 ed8968b2872e: Download complete 16:39:53 e73272ec9a57: Download complete 16:39:53 1e910a182e73: Verifying Checksum 16:39:53 1e910a182e73: Download complete 16:39:53 df20fa9351a1: Verifying Checksum 16:39:53 df20fa9351a1: Download complete 16:39:53 df20fa9351a1: Pull complete 16:39:53 85db56a05063: Pull complete 16:39:53 a0b19fc83503: Verifying Checksum 16:39:53 a0b19fc83503: Download complete 16:39:54 ccb67d6aeaaa: Pull complete 16:39:54 ed8968b2872e: Pull complete 16:39:54 a92cc7c5fd73: Pull complete 16:39:57 a0b19fc83503: Pull complete 16:39:57 8eb508b41278: Pull complete 16:39:57 37236713561e: Pull complete 16:39:58 07c93f2b1b56: Pull complete 16:39:58 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:39:58 4e634b169226: Verifying Checksum 16:39:58 4e634b169226: Download complete 16:39:58 Status: Downloaded newer image for docker:latest 16:40:00 e871e8e8d7a9: Download complete 16:40:05 ---> 09d33656f066 16:40:05 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:40:05 ---> Running in 659c140a218c 16:40:05 Removing intermediate container 659c140a218c 16:40:05 ---> db23a52eff5d 16:40:05 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:40:05 ---> Running in 1f89798bdf36 16:40:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:40:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:40:08 (1/5) Installing libsodium (1.0.18-r0) 16:40:08 (2/5) Installing libzmq (4.3.3-r0) 16:40:08 (3/5) Installing pkgconf (1.7.2-r0) 16:40:08 (4/5) Installing libsodium-dev (1.0.18-r0) 16:40:08 (5/5) Installing zeromq-dev (4.3.3-r0) 16:40:08 Executing busybox-1.31.1-r16.trigger 16:40:09 OK: 144 MiB in 44 packages 16:40:10 Removing intermediate container 1f89798bdf36 16:40:10 ---> 8341e98c1b16 16:40:10 Step 6/8 : WORKDIR /build 16:40:10 ---> Running in 8321ce0583ee 16:40:10 e871e8e8d7a9: Pull complete 16:40:10 e73272ec9a57: Pull complete 16:40:10 1e910a182e73: Pull complete 16:40:11 Removing intermediate container 8321ce0583ee 16:40:11 ---> cc3cc0fb70c2 16:40:11 Step 7/8 : COPY go.mod . 16:40:11 ---> 3be5fc6d4a3d 16:40:11 Step 8/8 : RUN go mod download 16:40:11 ---> Running in 5fdff6a57159 16:40:15 4e634b169226: Pull complete 16:40:15 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:40:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:40:15 ---> f7629b54cfaa 16:40:15 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:40:15 latest: Pulling from library/docker 16:40:15 188c0c94c7c5: Pulling fs layer 16:40:15 0c7c675703d6: Pulling fs layer 16:40:15 cc8c12a437cb: Pulling fs layer 16:40:15 c5dafad2182a: Pulling fs layer 16:40:15 5aa711733414: Pulling fs layer 16:40:15 058f73b55e4b: Pulling fs layer 16:40:15 8c9c664faf12: Pulling fs layer 16:40:15 c5dafad2182a: Waiting 16:40:15 5aa711733414: Waiting 16:40:15 058f73b55e4b: Waiting 16:40:15 8c9c664faf12: Waiting 16:40:15 cc8c12a437cb: Verifying Checksum 16:40:15 cc8c12a437cb: Download complete 16:40:15 0c7c675703d6: Download complete 16:40:16 188c0c94c7c5: Download complete 16:40:16 5aa711733414: Download complete 16:40:16 058f73b55e4b: Verifying Checksum 16:40:16 058f73b55e4b: Download complete 16:40:16 8c9c664faf12: Verifying Checksum 16:40:16 8c9c664faf12: Download complete 16:40:16 188c0c94c7c5: Pull complete 16:40:17 c5dafad2182a: Verifying Checksum 16:40:17 c5dafad2182a: Download complete 16:40:17 0c7c675703d6: Pull complete 16:40:18 cc8c12a437cb: Pull complete 16:40:22 c5dafad2182a: Pull complete 16:40:22 5aa711733414: Pull complete 16:40:22 058f73b55e4b: Pull complete 16:40:22 8c9c664faf12: Pull complete 16:40:22 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:40:22 Status: Downloaded newer image for docker:latest 16:40:24 ---> 754b5570daba 16:40:24 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:40:25 ---> Running in 90ac625fab83 16:40:25 Removing intermediate container 90ac625fab83 16:40:25 ---> b0fc6d3c7891 16:40:25 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:40:25 ---> Running in b089f7413e51 16:40:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:40:27 (1/5) Installing libsodium (1.0.18-r0) 16:40:27 (2/5) Installing libzmq (4.3.3-r0) 16:40:27 (3/5) Installing pkgconf (1.7.2-r0) 16:40:28 (4/5) Installing libsodium-dev (1.0.18-r0) 16:40:28 (5/5) Installing zeromq-dev (4.3.3-r0) 16:40:28 Executing busybox-1.31.1-r16.trigger 16:40:28 OK: 167 MiB in 44 packages 16:40:29 Removing intermediate container b089f7413e51 16:40:29 ---> 1ee251669e02 16:40:29 Step 6/8 : WORKDIR /build 16:40:29 ---> Running in 766d4e81fa16 16:40:29 Removing intermediate container 766d4e81fa16 16:40:29 ---> b8516b7e76a1 16:40:29 Step 7/8 : COPY go.mod . 16:40:29 ---> c54603412636 16:40:29 Step 8/8 : RUN go mod download 16:40:29 ---> Running in 4967f5cc2bf1 16:40:38 Removing intermediate container 5fdff6a57159 16:40:38 ---> 633831100ca9 16:40:38 Successfully built 633831100ca9 16:40:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:40:38 + docker inspect -f . ci-base-image-arm64 16:40:38 . [Pipeline] withDockerContainer 16:40:39 prd-ubuntu18.04-docker-arm64-4c-16g-9157 does not seem to be running inside a container 16:40:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/142 -v /w/workspace/app-functions-sdk-go/142:/w/workspace/app-functions-sdk-go/142:rw,z -v /w/workspace/app-functions-sdk-go/142@tmp:/w/workspace/app-functions-sdk-go/142@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 16:40:40 $ docker top 0270b50ea9ac9708bf3863328d7c2b1b00691c13bb25064109d965f0c46af36e -eo pid,comm [Pipeline] { [Pipeline] sh 16:40:42 + go version 16:40:42 go version go1.15.2 linux/arm64 [Pipeline] } 16:40:42 $ docker stop --time=1 0270b50ea9ac9708bf3863328d7c2b1b00691c13bb25064109d965f0c46af36e 16:40:44 $ docker rm -f 0270b50ea9ac9708bf3863328d7c2b1b00691c13bb25064109d965f0c46af36e [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] } 16:41:02 Removing intermediate container 4967f5cc2bf1 16:41:02 ---> de0ec3c35240 16:41:02 Successfully built de0ec3c35240 16:41:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:41:03 + docker inspect -f . ci-base-image-x86_64 16:41:03 . [Pipeline] withDockerContainer 16:41:03 prd-centos7-docker-4c-2g-9159 does not seem to be running inside a container 16:41:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/142 -v /w/workspace/app-functions-sdk-go/142:/w/workspace/app-functions-sdk-go/142:rw,z -v /w/workspace/app-functions-sdk-go/142@tmp:/w/workspace/app-functions-sdk-go/142@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 ******** ci-base-image-x86_64 cat 16:41:05 $ docker top 9e416252bf86d866ab1d1567442610e6f6484b5effb81cdd3ee94fc79e129887 -eo pid,comm [Pipeline] { [Pipeline] sh 16:41:05 + go version 16:41:05 go version go1.15.2 linux/amd64 [Pipeline] } 16:41:05 $ docker stop --time=1 9e416252bf86d866ab1d1567442610e6f6484b5effb81cdd3ee94fc79e129887 16:41:07 $ docker rm -f 9e416252bf86d866ab1d1567442610e6f6484b5effb81cdd3ee94fc79e129887 [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 16:41:11 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:41:11 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:41:11 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:41:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:41:11 16:41:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 16:41:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:41:12 1.317.0: Pulling from edgex-devops/edgex-snyk-go 16:41:12 cbdbe7a5bc2a: Pulling fs layer 16:41:12 408f87550127: Pulling fs layer 16:41:12 fe522b08c979: Pulling fs layer 16:41:12 221eaa008020: Pulling fs layer 16:41:12 2a4607e5d6b9: Pulling fs layer 16:41:12 8f79b27c4fd2: Pulling fs layer 16:41:12 e5c8dbe1645b: Pulling fs layer 16:41:12 23e8b3b47431: Pulling fs layer 16:41:12 5c568d65a230: Pulling fs layer 16:41:12 e5c8dbe1645b: Waiting 16:41:12 23e8b3b47431: Waiting 16:41:12 5c568d65a230: Waiting 16:41:12 221eaa008020: Waiting 16:41:12 2a4607e5d6b9: Waiting 16:41:12 8f79b27c4fd2: Waiting 16:41:12 fe522b08c979: Verifying Checksum 16:41:12 fe522b08c979: Download complete 16:41:12 408f87550127: Download complete 16:41:12 2a4607e5d6b9: Verifying Checksum 16:41:12 2a4607e5d6b9: Download complete 16:41:12 8f79b27c4fd2: Verifying Checksum 16:41:12 8f79b27c4fd2: Download complete 16:41:12 cbdbe7a5bc2a: Download complete 16:41:12 cbdbe7a5bc2a: Pull complete 16:41:12 408f87550127: Pull complete 16:41:12 e5c8dbe1645b: Download complete 16:41:12 fe522b08c979: Pull complete 16:41:13 23e8b3b47431: Verifying Checksum 16:41:14 5c568d65a230: Verifying Checksum 16:41:14 5c568d65a230: Download complete 16:41:15 221eaa008020: Verifying Checksum 16:41:15 221eaa008020: Download complete 16:41:22 221eaa008020: Pull complete 16:41:22 2a4607e5d6b9: Pull complete 16:41:22 8f79b27c4fd2: Pull complete 16:41:24 e5c8dbe1645b: Pull complete 16:41:28 23e8b3b47431: Pull complete 16:41:29 5c568d65a230: Pull complete 16:41:29 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 16:41:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:41:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 16:41:29 prd-centos7-docker-4c-2g-9155 does not seem to be running inside a container 16:41:29 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 16:41:30 $ docker top beba6975284976b9bd9a7eaa4844da3b56dc02fafc8331b9aa51443d64ac7858 -eo pid,comm [Pipeline] { [Pipeline] sh 16:41:31 + snyk monitor '--org=edgex-jenkins' 16:41:46 16:41:46 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 16:41:46 16:41:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/7f732a54-87a6-4943-9dd9-468c405dacbf 16:41:46 16:41:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:41:46 16:41:46 16:41:46 Snyk CLI supports Node.js 8 and higher. 16:41:46 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 16:41:46 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 16:41:46 16:41:46 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 16:41:46 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 16:41:46 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 16:41:46 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 16:41:46 $ docker stop --time=1 beba6975284976b9bd9a7eaa4844da3b56dc02fafc8331b9aa51443d64ac7858 16:41:48 $ docker rm -f beba6975284976b9bd9a7eaa4844da3b56dc02fafc8331b9aa51443d64ac7858 [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 16:41:49 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:41:49 provisioning config files... 16:41:49 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2131342006385468212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:41:50 --> edgex-publish-swagger.sh 16:41:50 === Publish openapi/v2 API === 16:41:50 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 16:41:50 [publishToSwagger] Publishing API Name [app-functions-sdk] 16:41:50 % Total % Received % Xferd Average Speed Time Time Time Current 16:41:50 Dload Upload Total Spent Left Speed 16:41:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10020 0:00:01 0:00:01 --:--:-- 10034 100 13025 0 0 100 13025 0 10008 0:00:01 0:00:01 --:--:-- 10026 16:41:51 16:41:51 [Pipeline] } 16:41: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 16:41:52 + git log --format=format:%s -1 a92a438410e8353070781e72258a0255f6bf6bbe [Pipeline] isUnix [Pipeline] sh 16:41:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:41:52 . [Pipeline] withDockerContainer 16:41:52 prd-centos7-docker-4c-2g-9155 does not seem to be running inside a container 16:41: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:41:53 $ docker top 436c715752c46d080bb6e77f61f0c62964e3b6d76b0b5332a5a9801108614ddc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:41:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:41:53 [ssh-agent] Looking for ssh-agent implementation... 16:41:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:41:54 $ docker exec 436c715752c46d080bb6e77f61f0c62964e3b6d76b0b5332a5a9801108614ddc ssh-agent 16:41:54 SSH_AUTH_SOCK=/tmp/ssh-ILak2HsU9dkn/agent.11 16:41:54 SSH_AGENT_PID=17 16:41:54 Running ssh-add (command line suppressed) 16:41:54 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5503865722340826355.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5503865722340826355.key) 16:41:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:41:54 + git semver tag 16:41:54 # -> Open(): unable to determine branch for HEAD 16:41:54 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:41:54 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:41:54 # $SEMVER_REMOTE_NAME = origin 16:41:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:41:54 # $SEMVER_USER_NAME = edgex-jenkins 16:41:54 # $SEMVER_BRANCH = master 16:41:54 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 16:41:54 # a92a438410e8353070781e72258a0255f6bf6bbe HEAD 16:41:54 # -> Force: false 16:41:54 # 9e8b94623fe9e42158424319e62992e02d76edff refs/tags/v1.2.1-dev.54 [Pipeline] } 16:41:54 $ docker exec --env ******** --env ******** 436c715752c46d080bb6e77f61f0c62964e3b6d76b0b5332a5a9801108614ddc ssh-agent -k 16:41:55 unset SSH_AUTH_SOCK; 16:41:55 unset SSH_AGENT_PID; 16:41:55 echo Agent pid 17 killed; 16:41:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:41:55 + git semver [Pipeline] } 16:41:55 $ docker stop --time=1 436c715752c46d080bb6e77f61f0c62964e3b6d76b0b5332a5a9801108614ddc 16:41:57 $ docker rm -f 436c715752c46d080bb6e77f61f0c62964e3b6d76b0b5332a5a9801108614ddc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:41:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:41:57 16:41:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:41:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:41:58 0.23.1-centos7: Pulling from edgex-lftools 16:41:58 ab5ef0e58194: Pulling fs layer 16:41:58 9712f1f96733: Pulling fs layer 16:41:58 63f879dbbcfc: Pulling fs layer 16:41:58 0d9ebad4ef96: Pulling fs layer 16:41:58 e9a5061849ea: Pulling fs layer 16:41:58 d747dcd14b5f: Pulling fs layer 16:41:58 2de7ff778b66: Pulling fs layer 16:41:58 e9a5061849ea: Waiting 16:41:58 d747dcd14b5f: Waiting 16:41:58 2de7ff778b66: Waiting 16:41:58 0d9ebad4ef96: Waiting 16:41:58 9712f1f96733: Verifying Checksum 16:41:58 9712f1f96733: Download complete 16:41:59 63f879dbbcfc: Verifying Checksum 16:41:59 63f879dbbcfc: Download complete 16:41:59 e9a5061849ea: Verifying Checksum 16:41:59 e9a5061849ea: Download complete 16:41:59 d747dcd14b5f: Download complete 16:41:59 2de7ff778b66: Verifying Checksum 16:41:59 2de7ff778b66: Download complete 16:42:00 0d9ebad4ef96: Verifying Checksum 16:42:00 0d9ebad4ef96: Download complete 16:42:00 ab5ef0e58194: Verifying Checksum 16:42:00 ab5ef0e58194: Download complete 16:42:04 ab5ef0e58194: Pull complete 16:42:04 9712f1f96733: Pull complete 16:42:07 63f879dbbcfc: Pull complete 16:42:13 0d9ebad4ef96: Pull complete 16:42:14 e9a5061849ea: Pull complete 16:42:14 d747dcd14b5f: Pull complete 16:42:19 2de7ff778b66: Pull complete 16:42:19 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:42:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:42:19 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:42:19 prd-centos7-docker-4c-2g-9155 does not seem to be running inside a container 16:42: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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:42:22 $ docker top 52d8fd25c60568394919f4dcaa142f23dbc6b4e67cb204542208458fd2a9c08f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:42:23 provisioning config files... 16:42:23 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3977856566386000827tmp 16:42:23 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6257827285133849737tmp 16:42:23 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5344036362828863877tmp [Pipeline] { [Pipeline] echo 16:42:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:42:23 ---> sigul-configuration.sh 16:42:23 gpg: directory `/root/.gnupg' created 16:42:23 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:42:23 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:42:23 gpg: keyring `/root/.gnupg/secring.gpg' created 16:42:23 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:42:23 gpg: CAST5 encrypted data 16:42:23 gpg: encrypted with 1 passphrase 16:42:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:42:24 + mkdir /home/jenkins 16:42:24 + mkdir /home/jenkins/sigul [Pipeline] sh 16:42:24 + 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 16:42:24 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:42:24 ---> sigul-install.sh 16:42:31 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:42:31 + git tag --list 16:42:31 v0.1.0 16:42:31 v0.1.1 16:42:31 v1.0.0 16:42:31 v1.1.0 16:42:31 v1.2.0 16:42:31 v1.2.1-dev.1 16:42:31 v1.2.1-dev.10 16:42:31 v1.2.1-dev.11 16:42:31 v1.2.1-dev.12 16:42:31 v1.2.1-dev.13 16:42:31 v1.2.1-dev.14 16:42:31 v1.2.1-dev.15 16:42:31 v1.2.1-dev.16 16:42:31 v1.2.1-dev.17 16:42:31 v1.2.1-dev.18 16:42:31 v1.2.1-dev.19 16:42:31 v1.2.1-dev.2 16:42:31 v1.2.1-dev.20 16:42:31 v1.2.1-dev.21 16:42:31 v1.2.1-dev.22 16:42:31 v1.2.1-dev.23 16:42:31 v1.2.1-dev.24 16:42:31 v1.2.1-dev.25 16:42:31 v1.2.1-dev.26 16:42:31 v1.2.1-dev.27 16:42:31 v1.2.1-dev.28 16:42:31 v1.2.1-dev.29 16:42:31 v1.2.1-dev.3 16:42:31 v1.2.1-dev.30 16:42:31 v1.2.1-dev.31 16:42:31 v1.2.1-dev.32 16:42:31 v1.2.1-dev.33 16:42:31 v1.2.1-dev.34 16:42:31 v1.2.1-dev.35 16:42:31 v1.2.1-dev.36 16:42:31 v1.2.1-dev.37 16:42:31 v1.2.1-dev.38 16:42:31 v1.2.1-dev.39 16:42:31 v1.2.1-dev.4 16:42:31 v1.2.1-dev.40 16:42:31 v1.2.1-dev.41 16:42:31 v1.2.1-dev.42 16:42:31 v1.2.1-dev.43 16:42:31 v1.2.1-dev.44 16:42:31 v1.2.1-dev.45 16:42:31 v1.2.1-dev.46 16:42:31 v1.2.1-dev.47 16:42:31 v1.2.1-dev.48 16:42:31 v1.2.1-dev.49 16:42:31 v1.2.1-dev.5 16:42:31 v1.2.1-dev.50 16:42:31 v1.2.1-dev.51 16:42:31 v1.2.1-dev.52 16:42:31 v1.2.1-dev.53 16:42:31 v1.2.1-dev.54 16:42:31 v1.2.1-dev.6 16:42:31 v1.2.1-dev.7 16:42:31 v1.2.1-dev.8 16:42:31 v1.2.1-dev.9 [Pipeline] sh 16:42:32 + lftools sign git-tag v1.2.1-dev.54 16:42:33 Signing Git tag with Sigul... 16:42:33 Signing v1.2.1-dev.54 [Pipeline] echo 16:42:34 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:42:34 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:42:34 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:42:34 $ docker stop --time=1 52d8fd25c60568394919f4dcaa142f23dbc6b4e67cb204542208458fd2a9c08f 16:42:36 $ docker rm -f 52d8fd25c60568394919f4dcaa142f23dbc6b4e67cb204542208458fd2a9c08f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:42:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:42:37 . [Pipeline] withDockerContainer 16:42:38 prd-centos7-docker-4c-2g-9155 does not seem to be running inside a container 16:42:38 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:42:39 $ docker top cf3ec4f16dae48de20d62eec106a059c905f7331b612addb92b9728b72c37a65 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:42:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:42:39 [ssh-agent] Looking for ssh-agent implementation... 16:42:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:42:39 $ docker exec cf3ec4f16dae48de20d62eec106a059c905f7331b612addb92b9728b72c37a65 ssh-agent 16:42:39 SSH_AUTH_SOCK=/tmp/ssh-6WqbHGCnFmsG/agent.12 16:42:39 SSH_AGENT_PID=17 16:42:39 Running ssh-add (command line suppressed) 16:42:39 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3957113554671437057.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3957113554671437057.key) 16:42:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:42:40 + git semver bump pre 16:42:40 # -> Open(): unable to determine branch for HEAD 16:42:40 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:42:40 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:42:40 # $SEMVER_REMOTE_NAME = origin 16:42:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:42:40 # $SEMVER_USER_NAME = edgex-jenkins 16:42:40 # $SEMVER_BRANCH = master 16:42:40 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 16:42:40 1.2.1-dev.55 [Pipeline] } 16:42:40 $ docker exec --env ******** --env ******** cf3ec4f16dae48de20d62eec106a059c905f7331b612addb92b9728b72c37a65 ssh-agent -k 16:42:40 unset SSH_AUTH_SOCK; 16:42:40 unset SSH_AGENT_PID; 16:42:40 echo Agent pid 17 killed; 16:42:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:42:41 + git semver [Pipeline] } 16:42:41 $ docker stop --time=1 cf3ec4f16dae48de20d62eec106a059c905f7331b612addb92b9728b72c37a65 16:42:42 $ docker rm -f cf3ec4f16dae48de20d62eec106a059c905f7331b612addb92b9728b72c37a65 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:42:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:42:43 . [Pipeline] withDockerContainer 16:42:43 prd-centos7-docker-4c-2g-9155 does not seem to be running inside a container 16:42: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:42:43 $ docker top 128dcee3b59ff597695c96e43ee2f9007bc2db5f5580acacb811433e77b9f268 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:42:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:42:44 [ssh-agent] Looking for ssh-agent implementation... 16:42:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:42:44 $ docker exec 128dcee3b59ff597695c96e43ee2f9007bc2db5f5580acacb811433e77b9f268 ssh-agent 16:42:44 SSH_AUTH_SOCK=/tmp/ssh-l4cMXBXJlz8T/agent.12 16:42:44 SSH_AGENT_PID=17 16:42:44 Running ssh-add (command line suppressed) 16:42:44 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3098234200149493491.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3098234200149493491.key) 16:42:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:42:44 + git semver push 16:42:44 # -> Open(): unable to determine branch for HEAD 16:42:44 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:42:44 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:42:44 # $SEMVER_REMOTE_NAME = origin 16:42:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:42:44 # $SEMVER_USER_NAME = edgex-jenkins 16:42:44 # $SEMVER_BRANCH = master 16:42:44 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:42:51 $ docker exec --env ******** --env ******** 128dcee3b59ff597695c96e43ee2f9007bc2db5f5580acacb811433e77b9f268 ssh-agent -k 16:42:51 unset SSH_AUTH_SOCK; 16:42:51 unset SSH_AGENT_PID; 16:42:51 echo Agent pid 17 killed; 16:42:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:42:52 + git semver [Pipeline] } 16:42:52 $ docker stop --time=1 128dcee3b59ff597695c96e43ee2f9007bc2db5f5580acacb811433e77b9f268 16:42:53 $ docker rm -f 128dcee3b59ff597695c96e43ee2f9007bc2db5f5580acacb811433e77b9f268 [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 16:42:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:42:56 ---> package-listing.sh 16:42:56 ++ facter osfamily 16:42:56 ++ tr '[:upper:]' '[:lower:]' 16:42:56 + OS_FAMILY=redhat 16:42:56 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 16:42:56 + START_PACKAGES=/tmp/packages_start.txt 16:42:56 + END_PACKAGES=/tmp/packages_end.txt 16:42:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:42:56 + PACKAGES=/tmp/packages_start.txt 16:42:56 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:42:56 + PACKAGES=/tmp/packages_end.txt 16:42:56 + case "${OS_FAMILY}" in 16:42:56 + rpm -qa 16:42:56 + sort 16:43:00 + '[' -f /tmp/packages_start.txt ']' 16:43:00 + '[' -f /tmp/packages_end.txt ']' 16:43:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:43:00 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:43:00 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 16:43: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 16:43: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 16:43:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:43:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:43:01 16:43:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:43:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:43:01 alpine: Pulling from edgex-lftools-log-publisher 16:43:01 df20fa9351a1: Pulling fs layer 16:43:01 36b3adc4ff6f: Pulling fs layer 16:43:01 8ad3a11d3b57: Pulling fs layer 16:43:01 46f8f816bc3b: Pulling fs layer 16:43:01 93b61091891f: Pulling fs layer 16:43:01 93b9cdb0e59b: Pulling fs layer 16:43:01 5e14af77c1be: Pulling fs layer 16:43:01 01666e4c0597: Pulling fs layer 16:43:01 aa168da1d23b: Pulling fs layer 16:43:01 5e14af77c1be: Waiting 16:43:01 46f8f816bc3b: Waiting 16:43:01 93b61091891f: Waiting 16:43:01 93b9cdb0e59b: Waiting 16:43:01 01666e4c0597: Waiting 16:43:01 aa168da1d23b: Waiting 16:43:01 36b3adc4ff6f: Download complete 16:43:01 46f8f816bc3b: Verifying Checksum 16:43:01 46f8f816bc3b: Download complete 16:43:01 df20fa9351a1: Download complete 16:43:01 93b9cdb0e59b: Verifying Checksum 16:43:01 93b9cdb0e59b: Download complete 16:43:01 5e14af77c1be: Verifying Checksum 16:43:01 5e14af77c1be: Download complete 16:43:01 93b61091891f: Verifying Checksum 16:43:01 93b61091891f: Download complete 16:43:01 01666e4c0597: Verifying Checksum 16:43:01 01666e4c0597: Download complete 16:43:02 df20fa9351a1: Pull complete 16:43:02 8ad3a11d3b57: Verifying Checksum 16:43:02 8ad3a11d3b57: Download complete 16:43:02 36b3adc4ff6f: Pull complete 16:43:02 8ad3a11d3b57: Pull complete 16:43:03 46f8f816bc3b: Pull complete 16:43:03 93b61091891f: Pull complete 16:43:04 93b9cdb0e59b: Pull complete 16:43:04 5e14af77c1be: Pull complete 16:43:04 01666e4c0597: Pull complete 16:43:04 aa168da1d23b: Verifying Checksum 16:43:04 aa168da1d23b: Download complete 16:43:13 aa168da1d23b: Pull complete 16:43:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:43:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:43:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:43:13 prd-centos7-docker-4c-2g-9155 does not seem to be running inside a container 16:43: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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:43:20 $ docker top 2114f1a5df8ffe9615a28aef8bd5f4d600b141dda9a8a8cdf8ee9c102f8fa0dd -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:20 + touch /tmp/pre-build-complete [Pipeline] sh 16:43:20 + mkdir -p /var/log/sa [Pipeline] sh 16:43:21 + ls /var/log/sa-host 16:43:21 + sadf -c /var/log/sa-host/sa05 16:43:21 file_magic: OK 16:43:21 HZ: Using current value: 100 16:43:21 file_header: OK 16:43: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 16:43:21 Statistics: 16:43:21 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:43:21 File successfully converted to sysstat format version 12.2.1 16:43:21 + sadf -c /var/log/sa-host/sa27 16:43:21 file_magic: OK 16:43:21 HZ: Using current value: 100 16:43:21 file_header: OK 16:43: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 16:43:21 Statistics: 16:43:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:43:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:43:21 provisioning config files... 16:43:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6842309647167397644tmp [Pipeline] { [Pipeline] echo 16:43:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:43:21 ---> create-netrc.sh [Pipeline] } 16:43:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:43:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:43:22 ---> python-tools-install.sh [Pipeline] echo 16:43:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:43:22 ---> sudo-logs.sh 16:43:22 Archiving 'sudo' log.. [Pipeline] echo 16:43:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:43:22 ---> job-cost.sh 16:43:22 lf-activate-venv: SKIPPING 16:43:22 INFO: No Stack... 16:43:24 INFO: Retrieving Pricing Info for: v1-standard-2 16:43:24 INFO: Archiving Costs [Pipeline] echo 16:43:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:43:25 ---> logs-deploy.sh 16:43:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/142 16:43:25 INFO: archiving workspace using pattern(s): 16:43:27 Archives upload complete. 16:43:27 INFO: archiving logs to Nexus 16:43:28 ---> uname -a: 16:43:28 Linux prd-centos7-docker-4c-2g-9155.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:43:28 16:43:28 16:43:28 ---> lscpu: 16:43:28 Architecture: x86_64 16:43:28 CPU op-mode(s): 32-bit, 64-bit 16:43:28 Byte Order: Little Endian 16:43:28 Address sizes: 40 bits physical, 48 bits virtual 16:43:28 CPU(s): 4 16:43:28 On-line CPU(s) list: 0-3 16:43:28 Thread(s) per core: 1 16:43:28 Core(s) per socket: 1 16:43:28 Socket(s): 4 16:43:28 NUMA node(s): 1 16:43:28 Vendor ID: GenuineIntel 16:43:28 CPU family: 6 16:43:28 Model: 44 16:43:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:43:28 Stepping: 1 16:43:28 CPU MHz: 2933.442 16:43:28 BogoMIPS: 5866.88 16:43:28 Virtualization: VT-x 16:43:28 Hypervisor vendor: KVM 16:43:28 Virtualization type: full 16:43:28 L1d cache: 128 KiB 16:43:28 L1i cache: 128 KiB 16:43:28 L2 cache: 16 MiB 16:43:28 L3 cache: 64 MiB 16:43:28 NUMA node0 CPU(s): 0-3 16:43:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:43:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:43:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:43:28 Vulnerability Meltdown: Mitigation; PTI 16:43:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:43:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:43:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:43:28 Vulnerability Tsx async abort: Not affected 16:43: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 16:43:28 16:43:28 16:43:28 ---> nproc: 16:43:28 4 16:43:28 16:43:28 16:43:28 ---> df -h: 16:43:28 Filesystem Size Used Available Use% Mounted on 16:43:28 overlay 50.0G 8.5G 41.5G 17% / 16:43:28 tmpfs 64.0M 0 64.0M 0% /dev 16:43:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:43:28 shm 64.0M 0 64.0M 0% /dev/shm 16:43:28 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 16:43:28 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 16:43:28 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 16:43:28 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 16:43:28 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 16:43:28 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 16:43:28 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 16:43:28 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 16:43:28 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master 16:43:28 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 16:43:28 16:43:28 16:43:28 ---> free -m: 16:43:28 total used free shared buff/cache available 16:43:28 Mem: 1837 795 148 0 893 980 16:43:28 Swap: 1023 3 1020 16:43:28 16:43:28 16:43:28 ---> ip addr: 16:43:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:43:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:43:28 inet 127.0.0.1/8 scope host lo 16:43:28 valid_lft forever preferred_lft forever 16:43:28 inet6 ::1/128 scope host 16:43:28 valid_lft forever preferred_lft forever 16:43:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:43:28 link/ether fa:16:3e:a2:3d:8e brd ff:ff:ff:ff:ff:ff 16:43:28 inet 10.30.123.118/23 brd 10.30.123.255 scope global dynamic eth0 16:43:28 valid_lft 85969sec preferred_lft 85969sec 16:43:28 inet6 fe80::f816:3eff:fea2:3d8e/64 scope link 16:43:28 valid_lft forever preferred_lft forever 16:43:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:43:28 link/ether 02:42:c4:c8:b9:a2 brd ff:ff:ff:ff:ff:ff 16:43:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:43:28 valid_lft forever preferred_lft forever 16:43:28 inet6 fe80::42:c4ff:fec8:b9a2/64 scope link 16:43:28 valid_lft forever preferred_lft forever 16:43:28 16:43:28 16:43:28 ---> sar -b -r -n DEV: 16:43:28 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) 16:43:28 16:43:28 16:35:57 LINUX RESTART (4 CPU) 16:43:28 16:43:28 16:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:43:28 16:38:01 23.24 5.76 17.48 0.00 1155.85 3176.36 0.00 16:43:28 16:39:01 0.32 0.00 0.32 0.00 0.00 5.13 0.00 16:43:28 16:40:01 0.30 0.00 0.30 0.00 0.00 3.65 0.00 16:43:28 16:41:01 0.32 0.00 0.32 0.00 0.00 4.63 0.00 16:43:28 16:42:01 274.26 146.08 128.17 0.00 7834.38 42766.25 0.00 16:43:28 16:43:01 236.89 116.14 120.75 0.00 8690.43 25377.97 0.00 16:43:28 Average: 89.25 44.68 44.57 0.00 2947.86 11893.44 0.00 16:43:28 16:43:28 16:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:43:28 16:38:01 234444 0 584900 31.09 2620 1059592 1108760 37.84 426912 1062128 20 16:43:28 16:39:01 239972 0 579368 30.79 2620 1059596 1089860 37.19 426940 1057608 20 16:43:28 16:40:01 240060 0 579272 30.79 2620 1059604 1085736 37.05 426868 1057368 20 16:43:28 16:41:01 238472 0 580860 30.87 2620 1059604 1085832 37.06 431196 1054752 16 16:43:28 16:42:01 71468 0 702536 37.34 2596 1104956 1511128 51.57 652044 960396 58884 16:43:28 16:43:01 75712 0 795136 42.26 1492 1009216 1499260 51.17 670436 847712 18376 16:43:28 Average: 183355 0 637012 33.86 2428 1058761 1230096 41.98 505733 1006661 12889 16:43:28 16:43:28 16:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:43:28 16:38:01 eth0 107.51 138.89 330.94 34.45 0.00 0.00 0.00 0.00 16:43:28 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:28 16:38:01 docker0 118.71 78.79 9.48 303.82 0.00 0.00 0.00 0.00 16:43:28 16:39:01 eth0 2.08 0.47 0.46 0.21 0.00 0.00 0.00 0.00 16:43:28 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:28 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:28 16:40:01 eth0 2.48 1.02 0.90 0.57 0.00 0.00 0.00 0.00 16:43:28 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:28 16:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:28 16:41:01 eth0 1.75 0.53 0.65 0.39 0.00 0.00 0.00 0.00 16:43:28 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:28 16:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:28 16:42:01 eth0 881.66 765.65 7407.56 68.27 0.00 0.00 0.00 0.00 16:43:28 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:28 16:42:01 docker0 57.60 61.46 4.76 412.21 0.00 0.00 0.00 0.00 16:43:28 16:43:01 eth0 173.27 136.06 538.73 128.15 0.00 0.00 0.00 0.00 16:43:28 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:28 16:43:01 docker0 28.42 35.90 1.84 203.79 0.00 0.00 0.00 0.00 16:43:28 Average: eth0 194.86 173.83 1380.39 38.69 0.00 0.00 0.00 0.00 16:43:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:43:28 Average: docker0 34.13 29.36 2.68 153.35 0.00 0.00 0.00 0.00 16:43:28 16:43:28 16:43:28 ---> sar -P ALL: 16:43:28 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) 16:43:28 16:43:28 16:35:57 LINUX RESTART (4 CPU) 16:43:28 16:43:28 16:37:01 CPU %user %nice %system %iowait %steal %idle 16:43:28 16:38:01 all 2.41 0.00 1.36 0.70 0.01 95.52 16:43:28 16:38:01 0 2.16 0.00 1.26 0.47 0.02 96.09 16:43:28 16:38:01 1 2.61 0.00 1.42 0.15 0.00 95.81 16:43:28 16:38:01 2 1.83 0.00 1.36 1.52 0.02 95.28 16:43:28 16:38:01 3 3.03 0.00 1.41 0.64 0.02 94.91 16:43:28 16:39:01 all 0.16 0.00 0.03 0.00 0.00 99.80 16:43:28 16:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:43:28 16:39:01 1 0.52 0.00 0.02 0.00 0.00 99.47 16:43:28 16:39:01 2 0.05 0.00 0.05 0.00 0.00 99.90 16:43:28 16:39:01 3 0.05 0.00 0.03 0.00 0.00 99.92 16:43:28 16:40:01 all 0.08 0.00 0.04 0.00 0.00 99.88 16:43:28 16:40:01 0 0.05 0.00 0.03 0.00 0.00 99.92 16:43:28 16:40:01 1 0.12 0.00 0.03 0.00 0.00 99.85 16:43:28 16:40:01 2 0.05 0.00 0.05 0.00 0.00 99.90 16:43:28 16:40:01 3 0.12 0.00 0.03 0.00 0.00 99.85 16:43:28 16:41:01 all 0.15 0.00 0.04 0.00 0.01 99.80 16:43:28 16:41:01 0 0.03 0.00 0.05 0.00 0.00 99.92 16:43:28 16:41:01 1 0.50 0.00 0.03 0.00 0.02 99.45 16:43:28 16:41:01 2 0.03 0.00 0.02 0.00 0.02 99.93 16:43:28 16:41:01 3 0.05 0.00 0.07 0.00 0.00 99.88 16:43:28 16:42:01 all 11.92 0.00 8.45 2.23 0.15 77.25 16:43:28 16:42:01 0 11.68 0.00 9.86 1.86 0.14 76.46 16:43:28 16:42:01 1 11.49 0.00 7.82 2.22 0.17 78.30 16:43:28 16:42:01 2 12.79 0.00 8.53 2.69 0.19 75.80 16:43:28 16:42:01 3 11.73 0.00 7.59 2.15 0.12 78.42 16:43:28 16:43:01 all 10.84 0.00 7.86 3.44 0.09 77.77 16:43:28 16:43:01 0 8.54 0.00 7.76 3.91 0.08 79.70 16:43:28 16:43:01 1 13.73 0.00 8.52 5.52 0.10 72.13 16:43:28 16:43:01 2 10.75 0.00 7.75 3.40 0.08 78.02 16:43:28 16:43:01 3 10.33 0.00 7.41 0.92 0.09 81.26 16:43:28 Average: all 4.21 0.00 2.92 1.05 0.04 91.78 16:43:28 Average: 0 3.69 0.00 3.12 1.03 0.04 92.12 16:43:28 Average: 1 4.78 0.00 2.94 1.30 0.05 90.94 16:43:28 Average: 2 4.20 0.00 2.92 1.26 0.05 91.57 16:43:28 Average: 3 4.16 0.00 2.71 0.61 0.04 92.48 16:43:28 16:43:28 16:43:28