Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 Running on prd-centos7-docker-4c-2g-7593 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 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#559)" > git rev-list --no-walk d7502e4a4c464622ceb4bf99fdbbcc4855e2f57a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:19:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:19:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:19:27 ========================================================= 23:19:27 EdgeX Global Pipelines Version Info 23:19:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:19:28 ------------------- 23:19:28 stable info: 23:19:28 ------------------- 23:19:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:19:28 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 23:19:28 Message: update stable to v1.0.144 23:19:29 ------------------- 23:19:29 experimental info: 23:19:29 ------------------- 23:19:29 Commited By: **** collab-it+edgex@linuxfoundation.org 23:19:29 Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 23:19:29 Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:19:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:19:30 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:19:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:19:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:19:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:19:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:19:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:19:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:19:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:19:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:19:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:19:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 23:19:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:19:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:19:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:19:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:19:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:19:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:19:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:19:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:19:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:19:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:19:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:19:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:19:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:19:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:19:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:19:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:19:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec [Pipeline] echo 23:19:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1d4da3c [Pipeline] echo 23:19:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:19:34 + git log --format=format:%s -1 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec [Pipeline] echo 23:19:34 GIT_COMMIT: 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging (#559) [Pipeline] echo 23:19:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:19:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:19:35 23:19:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:19:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:19:36 latest: Pulling from edgex-devops/git-semver 23:19:36 31603596830f: Pulling fs layer 23:19:36 2a8b12db71e7: Pulling fs layer 23:19:36 6ca5941a6612: Pulling fs layer 23:19:36 ecc8261a40a4: Pulling fs layer 23:19:36 ecc8261a40a4: Waiting 23:19:36 2a8b12db71e7: Verifying Checksum 23:19:36 2a8b12db71e7: Download complete 23:19:36 31603596830f: Verifying Checksum 23:19:36 31603596830f: Download complete 23:19:36 ecc8261a40a4: Verifying Checksum 23:19:36 ecc8261a40a4: Download complete 23:19:36 6ca5941a6612: Verifying Checksum 23:19:36 6ca5941a6612: Download complete 23:19:36 31603596830f: Pull complete 23:19:36 2a8b12db71e7: Pull complete 23:19:37 6ca5941a6612: Pull complete 23:19:37 ecc8261a40a4: Pull complete 23:19:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:19:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:19:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:19:37 prd-centos7-docker-4c-2g-7593 does not seem to be running inside a container 23:19:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:19:40 $ docker top 7aa762d7d8220eec2c0637a17fec1d98647e1b5d73ebc77ceac7ca6fd2d7a00d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:19:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:19:41 [ssh-agent] Looking for ssh-agent implementation... 23:19:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:19:41 $ docker exec 7aa762d7d8220eec2c0637a17fec1d98647e1b5d73ebc77ceac7ca6fd2d7a00d ssh-agent 23:19:41 SSH_AUTH_SOCK=/tmp/ssh-xZGbzlx5kOTM/agent.12 23:19:41 SSH_AGENT_PID=17 23:19:41 Running ssh-add (command line suppressed) 23:19:41 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5729829291890357273.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5729829291890357273.key) 23:19:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:19:42 + git tag --points-at HEAD [Pipeline] } 23:19:42 $ docker exec --env ******** --env ******** 7aa762d7d8220eec2c0637a17fec1d98647e1b5d73ebc77ceac7ca6fd2d7a00d ssh-agent -k 23:19:42 unset SSH_AUTH_SOCK; 23:19:42 unset SSH_AGENT_PID; 23:19:42 echo Agent pid 17 killed; 23:19:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:19:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:19:42 [ssh-agent] Looking for ssh-agent implementation... 23:19:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:19:42 $ docker exec 7aa762d7d8220eec2c0637a17fec1d98647e1b5d73ebc77ceac7ca6fd2d7a00d ssh-agent 23:19:42 SSH_AUTH_SOCK=/tmp/ssh-KglxNQoCLDdM/agent.46 23:19:42 SSH_AGENT_PID=51 23:19:42 Running ssh-add (command line suppressed) 23:19:42 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5363990994644916780.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5363990994644916780.key) 23:19:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:19:43 + git semver init 23:19:43 # -> Open(): unable to determine branch for HEAD 23:19:43 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:19:43 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:19:43 # $SEMVER_REMOTE_NAME = origin 23:19:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:19:43 # $SEMVER_USER_NAME = edgex-jenkins 23:19:43 # $SEMVER_BRANCH = master 23:19:43 # $SEMVER_TEMP = /tmp/semver-702979685 23:19:43 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:19:45 # '/tmp/semver-702979685' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 23:19:45 # -> Force: false 23:19:45 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:19:45 $ docker exec --env ******** --env ******** 7aa762d7d8220eec2c0637a17fec1d98647e1b5d73ebc77ceac7ca6fd2d7a00d ssh-agent -k 23:19:46 unset SSH_AUTH_SOCK; 23:19:46 unset SSH_AGENT_PID; 23:19:46 echo Agent pid 51 killed; 23:19:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:19:46 + git semver [Pipeline] } 23:19:46 $ docker stop --time=1 7aa762d7d8220eec2c0637a17fec1d98647e1b5d73ebc77ceac7ca6fd2d7a00d 23:19:48 $ docker rm -f 7aa762d7d8220eec2c0637a17fec1d98647e1b5d73ebc77ceac7ca6fd2d7a00d [Pipeline] // withDockerContainer [Pipeline] sh 23:19:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:19:49 Stashed 1 file(s) [Pipeline] echo 23:19:49 [edgeXSemver]: initialized semver on version 1.2.1-dev.49 [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:20:04 Still waiting to schedule task 23:20:04 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:20:04 Still waiting to schedule task 23:20:04 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:24:00 Running on prd-centos7-docker-4c-2g-7597 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:24:00 Running in /w/workspace/app-functions-sdk-go/137 [Pipeline] { [Pipeline] checkout 23:24:06 using credential edgex-jenkins-ssh 23:24:06 Cloning the remote Git repository 23:24:06 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:24:06 > git init /w/workspace/app-functions-sdk-go/137 # timeout=10 23:24:06 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:24:06 > git --version # timeout=10 23:24:06 > git --version # 'git version 2.16.5' 23:24:06 using GIT_SSH to set credentials SSH Credentials for GitHub 23:24:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:24:09 Checking out Revision 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec (master) 23:24:09 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:24:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:24:09 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:24:09 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:24:09 using GIT_SSH to set credentials SSH Credentials for GitHub 23:24:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:24:09 > git config core.sparsecheckout # timeout=10 23:24:09 > git checkout -f 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec # timeout=10 23:24:14 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#559)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:24:15 ========================================================= 23:24:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:24:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:24:16 + 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:24:17 Sending build context to Docker daemon 19.14MB 23:24:17 Step 1/8 : ARG BASE=golang:1.15-alpine 23:24:17 Step 2/8 : FROM ${BASE} 23:24:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:24:17 df20fa9351a1: Pulling fs layer 23:24:17 ed8968b2872e: Pulling fs layer 23:24:17 a92cc7c5fd73: Pulling fs layer 23:24:17 e871e8e8d7a9: Pulling fs layer 23:24:17 e73272ec9a57: Pulling fs layer 23:24:17 1e910a182e73: Pulling fs layer 23:24:17 4e634b169226: Pulling fs layer 23:24:17 e871e8e8d7a9: Waiting 23:24:17 e73272ec9a57: Waiting 23:24:17 1e910a182e73: Waiting 23:24:17 4e634b169226: Waiting 23:24:17 a92cc7c5fd73: Download complete 23:24:17 ed8968b2872e: Verifying Checksum 23:24:17 ed8968b2872e: Download complete 23:24:17 e73272ec9a57: Verifying Checksum 23:24:17 e73272ec9a57: Download complete 23:24:17 1e910a182e73: Verifying Checksum 23:24:17 1e910a182e73: Download complete 23:24:17 df20fa9351a1: Verifying Checksum 23:24:17 df20fa9351a1: Download complete 23:24:17 df20fa9351a1: Pull complete 23:24:18 ed8968b2872e: Pull complete 23:24:18 a92cc7c5fd73: Pull complete 23:24:21 4e634b169226: Verifying Checksum 23:24:21 4e634b169226: Download complete 23:24:22 e871e8e8d7a9: Verifying Checksum 23:24:22 e871e8e8d7a9: Download complete 23:24:29 e871e8e8d7a9: Pull complete 23:24:29 e73272ec9a57: Pull complete 23:24:29 1e910a182e73: Pull complete 23:24:35 4e634b169226: Pull complete 23:24:35 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 23:24:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:24:35 ---> f7629b54cfaa 23:24:35 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:24:35 latest: Pulling from library/docker 23:24:35 df20fa9351a1: Already exists 23:24:35 25ad7478873d: Pulling fs layer 23:24:35 4684f6177b5d: Pulling fs layer 23:24:35 206f78d23536: Pulling fs layer 23:24:35 cee0542293f3: Pulling fs layer 23:24:35 d951dd9fd09f: Pulling fs layer 23:24:35 dce9c88c04bd: Pulling fs layer 23:24:35 cee0542293f3: Waiting 23:24:35 d951dd9fd09f: Waiting 23:24:35 dce9c88c04bd: Waiting 23:24:35 4684f6177b5d: Verifying Checksum 23:24:35 4684f6177b5d: Download complete 23:24:35 25ad7478873d: Verifying Checksum 23:24:35 25ad7478873d: Download complete 23:24:36 cee0542293f3: Verifying Checksum 23:24:36 cee0542293f3: Download complete 23:24:36 d951dd9fd09f: Verifying Checksum 23:24:36 d951dd9fd09f: Download complete 23:24:36 25ad7478873d: Pull complete 23:24:36 4684f6177b5d: Pull complete 23:24:36 dce9c88c04bd: Verifying Checksum 23:24:36 dce9c88c04bd: Download complete 23:24:38 206f78d23536: Verifying Checksum 23:24:38 206f78d23536: Download complete 23:24:41 206f78d23536: Pull complete 23:24:41 cee0542293f3: Pull complete 23:24:41 d951dd9fd09f: Pull complete 23:24:42 dce9c88c04bd: Pull complete 23:24:42 Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 23:24:42 Status: Downloaded newer image for docker:latest 23:24:44 ---> d9dde610fbde 23:24:44 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:24:44 ---> Running in 19f6373a577a 23:24:44 Removing intermediate container 19f6373a577a 23:24:44 ---> b13eafe05956 23:24:44 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:24:44 ---> Running in 29d11c2cb166 23:24:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:24:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:24:47 (1/5) Installing libsodium (1.0.18-r0) 23:24:47 (2/5) Installing libzmq (4.3.3-r0) 23:24:47 (3/5) Installing pkgconf (1.7.2-r0) 23:24:47 (4/5) Installing libsodium-dev (1.0.18-r0) 23:24:47 (5/5) Installing zeromq-dev (4.3.3-r0) 23:24:47 Executing busybox-1.31.1-r16.trigger 23:24:47 OK: 167 MiB in 44 packages 23:24:48 Removing intermediate container 29d11c2cb166 23:24:48 ---> 50d0b3ec1507 23:24:48 Step 6/8 : WORKDIR /build 23:24:48 ---> Running in 90c15b12003a 23:24:48 Removing intermediate container 90c15b12003a 23:24:48 ---> 52535f643c18 23:24:48 Step 7/8 : COPY go.mod . 23:24:49 ---> 272d75079fd1 23:24:49 Step 8/8 : RUN go mod download 23:24:49 ---> Running in cc370e5169fa 23:25:16 Removing intermediate container cc370e5169fa 23:25:16 ---> 787a09ec0bc6 23:25:16 Successfully built 787a09ec0bc6 23:25:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:25:16 + docker inspect -f . ci-base-image-x86_64 23:25:16 . [Pipeline] withDockerContainer 23:25:16 prd-centos7-docker-4c-2g-7597 does not seem to be running inside a container 23:25:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/137 -v /w/workspace/app-functions-sdk-go/137:/w/workspace/app-functions-sdk-go/137:rw,z -v /w/workspace/app-functions-sdk-go/137@tmp:/w/workspace/app-functions-sdk-go/137@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:25:18 $ docker top 467e8f73fe40d70eb91b94922c87aed69269b8cddfd00bdc2d20de2926cefe83 -eo pid,comm [Pipeline] { [Pipeline] sh 23:25:18 + go version 23:25:18 go version go1.15.2 linux/amd64 [Pipeline] } 23:25:18 $ docker stop --time=1 467e8f73fe40d70eb91b94922c87aed69269b8cddfd00bdc2d20de2926cefe83 23:25:20 $ docker rm -f 467e8f73fe40d70eb91b94922c87aed69269b8cddfd00bdc2d20de2926cefe83 [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 23:25:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7595 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] ws 23:25:21 Running in /w/workspace/app-functions-sdk-go/137 [Pipeline] { [Pipeline] checkout 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] } 23:25:26 using credential edgex-jenkins-ssh 23:25:27 Cloning the remote Git repository 23:25:27 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:25:27 > git init /w/workspace/app-functions-sdk-go/137 # timeout=10 23:25:27 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:25:27 > git --version # timeout=10 23:25:27 > git --version # 'git version 2.17.1' 23:25:27 using GIT_SSH to set credentials SSH Credentials for GitHub 23:25:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:25:30 Checking out Revision 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec (master) 23:25:30 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:25:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:25:30 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:25:30 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:25:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:25:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:25:30 > git config core.sparsecheckout # timeout=10 23:25:30 > git checkout -f 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec # timeout=10 23:25:35 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#559)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:25:36 ========================================================= 23:25:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:25:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:25:37 + 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:25:38 Sending build context to Docker daemon 19.14MB 23:25:38 Step 1/8 : ARG BASE=golang:1.15-alpine 23:25:38 Step 2/8 : FROM ${BASE} 23:25:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:25:38 b538f80385f9: Pulling fs layer 23:25:38 74f711af9a0d: Pulling fs layer 23:25:38 99f96fe45779: Pulling fs layer 23:25:38 8529a6b9a6be: Pulling fs layer 23:25:38 45590311c82a: Pulling fs layer 23:25:38 8529a6b9a6be: Waiting 23:25:38 69ca0ff8b7b3: Pulling fs layer 23:25:38 209524e5b208: Pulling fs layer 23:25:38 99f96fe45779: Verifying Checksum 23:25:38 99f96fe45779: Download complete 23:25:38 74f711af9a0d: Verifying Checksum 23:25:38 74f711af9a0d: Download complete 23:25:38 45590311c82a: Verifying Checksum 23:25:38 45590311c82a: Download complete 23:25:38 69ca0ff8b7b3: Verifying Checksum 23:25:38 69ca0ff8b7b3: Download complete 23:25:38 b538f80385f9: Verifying Checksum 23:25:38 b538f80385f9: Download complete 23:25:39 b538f80385f9: Pull complete 23:25:40 74f711af9a0d: Pull complete 23:25:40 99f96fe45779: Pull complete 23:25:41 209524e5b208: Verifying Checksum 23:25:41 209524e5b208: Download complete 23:25:42 8529a6b9a6be: Verifying Checksum 23:25:42 8529a6b9a6be: Download complete 23:25:52 8529a6b9a6be: Pull complete 23:25:53 45590311c82a: Pull complete 23:25:53 69ca0ff8b7b3: Pull complete 23:25:57 209524e5b208: Pull complete 23:25:57 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 23:25:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:25:57 ---> 5bddaf1c2fca 23:25:57 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:25:57 latest: Pulling from library/docker 23:25:57 b538f80385f9: Already exists 23:25:57 259a493cd78d: Pulling fs layer 23:25:57 b8e66b5100f5: Pulling fs layer 23:25:57 203964748c9f: Pulling fs layer 23:25:57 d6fc4445224b: Pulling fs layer 23:25:57 5ea39d09386c: Pulling fs layer 23:25:57 78a785fe32a7: Pulling fs layer 23:25:57 d6fc4445224b: Waiting 23:25:57 78a785fe32a7: Waiting 23:25:57 5ea39d09386c: Waiting 23:25:57 b8e66b5100f5: Verifying Checksum 23:25:57 b8e66b5100f5: Download complete 23:25:58 d6fc4445224b: Verifying Checksum 23:25:58 d6fc4445224b: Download complete 23:25:58 5ea39d09386c: Verifying Checksum 23:25:58 5ea39d09386c: Download complete 23:25:58 259a493cd78d: Verifying Checksum 23:25:58 259a493cd78d: Download complete 23:25:58 78a785fe32a7: Verifying Checksum 23:25:58 78a785fe32a7: Download complete 23:25:58 259a493cd78d: Pull complete 23:25:59 b8e66b5100f5: Pull complete 23:25:59 203964748c9f: Verifying Checksum 23:25:59 203964748c9f: Download complete 23:26:02 203964748c9f: Pull complete 23:26:03 d6fc4445224b: Pull complete 23:26:03 5ea39d09386c: Pull complete 23:26:03 78a785fe32a7: Pull complete 23:26:03 Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 23:26:03 Status: Downloaded newer image for docker:latest 23:26:10 ---> 503ac58f27b4 23:26:10 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:26:10 ---> Running in df6f0564b635 23:26:10 Removing intermediate container df6f0564b635 23:26:10 ---> 15138c5f5a21 23:26:10 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:26:10 ---> Running in aaddb1426777 23:26:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:26:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:26:14 (1/5) Installing libsodium (1.0.18-r0) 23:26:14 (2/5) Installing libzmq (4.3.3-r0) 23:26:14 (3/5) Installing pkgconf (1.7.2-r0) 23:26:14 (4/5) Installing libsodium-dev (1.0.18-r0) 23:26:14 (5/5) Installing zeromq-dev (4.3.3-r0) 23:26:14 Executing busybox-1.31.1-r16.trigger 23:26:14 OK: 144 MiB in 44 packages 23:26:16 Removing intermediate container aaddb1426777 23:26:16 ---> 76a86e95ecb8 23:26:16 Step 6/8 : WORKDIR /build 23:26:16 ---> Running in 09962aa84611 23:26:16 Removing intermediate container 09962aa84611 23:26:16 ---> 8a07b64c707a 23:26:16 Step 7/8 : COPY go.mod . 23:26:17 ---> c438434cbc3e 23:26:17 Step 8/8 : RUN go mod download 23:26:17 ---> Running in f39c3a8cd952 23:26:44 Removing intermediate container f39c3a8cd952 23:26:44 ---> 88a5f010964b 23:26:44 Successfully built 88a5f010964b 23:26:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:26:44 + docker inspect -f . ci-base-image-arm64 23:26:44 . [Pipeline] withDockerContainer 23:26:45 prd-ubuntu18.04-docker-arm64-4c-16g-7595 does not seem to be running inside a container 23:26:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/137 -v /w/workspace/app-functions-sdk-go/137:/w/workspace/app-functions-sdk-go/137:rw,z -v /w/workspace/app-functions-sdk-go/137@tmp:/w/workspace/app-functions-sdk-go/137@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:26:47 $ docker top 0161d022db60ae8862ae8adc37cfd636c6633f8385de5d8b55605a661e0344a8 -eo pid,comm [Pipeline] { [Pipeline] sh 23:26:48 + go version 23:26:48 go version go1.15.2 linux/arm64 [Pipeline] } 23:26:48 $ docker stop --time=1 0161d022db60ae8862ae8adc37cfd636c6633f8385de5d8b55605a661e0344a8 23:26:50 $ docker rm -f 0161d022db60ae8862ae8adc37cfd636c6633f8385de5d8b55605a661e0344a8 [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:26:53 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 23:26:53 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 23:26:53 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:26:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:26:54 23:26:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 23:26:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:26:54 1.317.0: Pulling from edgex-devops/edgex-snyk-go 23:26:54 cbdbe7a5bc2a: Pulling fs layer 23:26:54 408f87550127: Pulling fs layer 23:26:54 fe522b08c979: Pulling fs layer 23:26:54 221eaa008020: Pulling fs layer 23:26:54 2a4607e5d6b9: Pulling fs layer 23:26:54 8f79b27c4fd2: Pulling fs layer 23:26:54 e5c8dbe1645b: Pulling fs layer 23:26:54 23e8b3b47431: Pulling fs layer 23:26:54 5c568d65a230: Pulling fs layer 23:26:54 8f79b27c4fd2: Waiting 23:26:54 e5c8dbe1645b: Waiting 23:26:54 23e8b3b47431: Waiting 23:26:54 5c568d65a230: Waiting 23:26:54 221eaa008020: Waiting 23:26:54 2a4607e5d6b9: Waiting 23:26:54 fe522b08c979: Verifying Checksum 23:26:54 fe522b08c979: Download complete 23:26:54 408f87550127: Verifying Checksum 23:26:54 408f87550127: Download complete 23:26:54 2a4607e5d6b9: Download complete 23:26:54 8f79b27c4fd2: Verifying Checksum 23:26:54 8f79b27c4fd2: Download complete 23:26:54 cbdbe7a5bc2a: Verifying Checksum 23:26:54 cbdbe7a5bc2a: Download complete 23:26:55 cbdbe7a5bc2a: Pull complete 23:26:55 408f87550127: Pull complete 23:26:55 fe522b08c979: Pull complete 23:26:56 e5c8dbe1645b: Verifying Checksum 23:26:56 e5c8dbe1645b: Download complete 23:26:57 5c568d65a230: Verifying Checksum 23:26:57 5c568d65a230: Download complete 23:26:57 23e8b3b47431: Verifying Checksum 23:26:57 23e8b3b47431: Download complete 23:26:58 221eaa008020: Verifying Checksum 23:26:58 221eaa008020: Download complete 23:27:04 221eaa008020: Pull complete 23:27:04 2a4607e5d6b9: Pull complete 23:27:04 8f79b27c4fd2: Pull complete 23:27:06 e5c8dbe1645b: Pull complete 23:27:09 23e8b3b47431: Pull complete 23:27:11 5c568d65a230: Pull complete 23:27:11 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 23:27:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:27:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 23:27:12 prd-centos7-docker-4c-2g-7593 does not seem to be running inside a container 23:27:12 $ 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:27:13 $ docker top 69cd696462090217f1d8ea4f9df2e01cf357b5f4ee9a08e4736995569aa001c9 -eo pid,comm [Pipeline] { [Pipeline] sh 23:27:13 + snyk monitor '--org=edgex-jenkins' 23:27:28 23:27:28 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 23:27:28 23:27:28 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/77895537-9e8d-4326-a10f-773852d67d30 23:27:28 23:27:28 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:27:28 23:27:28 23:27:28 Snyk CLI supports Node.js 8 and higher. 23:27:28 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 23:27:28 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 23:27:28 23:27:28 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 23:27:28 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 23:27:28 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 23:27:28 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 23:27:28 $ docker stop --time=1 69cd696462090217f1d8ea4f9df2e01cf357b5f4ee9a08e4736995569aa001c9 23:27:32 $ docker rm -f 69cd696462090217f1d8ea4f9df2e01cf357b5f4ee9a08e4736995569aa001c9 [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:27:33 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:27:33 provisioning config files... 23:27:33 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6635609078802479106tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:27:34 --> edgex-publish-swagger.sh 23:27:34 === Publish openapi/v2 API === 23:27:34 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 23:27:34 [publishToSwagger] Publishing API Name [app-functions-sdk] 23:27:34 % Total % Received % Xferd Average Speed Time Time Time Current 23:27:34 Dload Upload Total Spent Left Speed 23:27:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 11374 0:00:01 0:00:01 --:--:-- 11385 100 13025 0 0 100 13025 0 11371 0:00:01 0:00:01 --:--:-- 11385 23:27:35 23:27:35 [Pipeline] } 23:27:35 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:27:35 + git log --format=format:%s -1 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec [Pipeline] isUnix [Pipeline] sh 23:27:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:27:36 . [Pipeline] withDockerContainer 23:27:36 prd-centos7-docker-4c-2g-7593 does not seem to be running inside a container 23:27:36 $ 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:27:37 $ docker top 597e021519ab4f50f03a5ed4cf28c7389c79233044c75eb5d52449b860d4f000 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:27:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:27:37 [ssh-agent] Looking for ssh-agent implementation... 23:27:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:27:37 $ docker exec 597e021519ab4f50f03a5ed4cf28c7389c79233044c75eb5d52449b860d4f000 ssh-agent 23:27:37 SSH_AUTH_SOCK=/tmp/ssh-r5DvcYFgSsWi/agent.11 23:27:37 SSH_AGENT_PID=16 23:27:37 Running ssh-add (command line suppressed) 23:27:38 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2999020950057899925.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2999020950057899925.key) 23:27:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:27:38 + git semver tag 23:27:38 # -> Open(): unable to determine branch for HEAD 23:27:38 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:27:38 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:27:38 # $SEMVER_REMOTE_NAME = origin 23:27:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:27:38 # $SEMVER_USER_NAME = edgex-jenkins 23:27:38 # $SEMVER_BRANCH = master 23:27:38 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:27:38 # 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec HEAD 23:27:38 # -> Force: false 23:27:38 # 4e105c6ab9398986cf7bc64e02c1fb0c115eeb90 refs/tags/v1.2.1-dev.49 [Pipeline] } 23:27:38 $ docker exec --env ******** --env ******** 597e021519ab4f50f03a5ed4cf28c7389c79233044c75eb5d52449b860d4f000 ssh-agent -k 23:27:38 unset SSH_AUTH_SOCK; 23:27:38 unset SSH_AGENT_PID; 23:27:38 echo Agent pid 16 killed; 23:27:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:27:39 + git semver [Pipeline] } 23:27:39 $ docker stop --time=1 597e021519ab4f50f03a5ed4cf28c7389c79233044c75eb5d52449b860d4f000 23:27:40 $ docker rm -f 597e021519ab4f50f03a5ed4cf28c7389c79233044c75eb5d52449b860d4f000 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:27:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:27:41 23:27:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:27:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:27:41 0.23.1-centos7: Pulling from edgex-lftools 23:27:41 ab5ef0e58194: Pulling fs layer 23:27:41 9712f1f96733: Pulling fs layer 23:27:41 63f879dbbcfc: Pulling fs layer 23:27:41 0d9ebad4ef96: Pulling fs layer 23:27:41 e9a5061849ea: Pulling fs layer 23:27:41 d747dcd14b5f: Pulling fs layer 23:27:41 2de7ff778b66: Pulling fs layer 23:27:41 e9a5061849ea: Waiting 23:27:41 d747dcd14b5f: Waiting 23:27:41 2de7ff778b66: Waiting 23:27:41 0d9ebad4ef96: Waiting 23:27:41 9712f1f96733: Download complete 23:27:43 63f879dbbcfc: Verifying Checksum 23:27:43 63f879dbbcfc: Download complete 23:27:43 e9a5061849ea: Verifying Checksum 23:27:43 e9a5061849ea: Download complete 23:27:44 d747dcd14b5f: Verifying Checksum 23:27:44 d747dcd14b5f: Download complete 23:27:44 0d9ebad4ef96: Verifying Checksum 23:27:44 0d9ebad4ef96: Download complete 23:27:44 2de7ff778b66: Verifying Checksum 23:27:44 2de7ff778b66: Download complete 23:27:44 ab5ef0e58194: Verifying Checksum 23:27:44 ab5ef0e58194: Download complete 23:27:48 ab5ef0e58194: Pull complete 23:27:48 9712f1f96733: Pull complete 23:27:51 63f879dbbcfc: Pull complete 23:27:58 0d9ebad4ef96: Pull complete 23:27:59 e9a5061849ea: Pull complete 23:27:59 d747dcd14b5f: Pull complete 23:28:02 2de7ff778b66: Pull complete 23:28:02 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:28:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:28:02 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:28:02 prd-centos7-docker-4c-2g-7593 does not seem to be running inside a container 23:28:02 $ 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:28:06 $ docker top ebba76e88145b1f75b4ee2540fdf80ec55503a0d1402373c1b011d68fe99b72c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:28:06 provisioning config files... 23:28:06 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config9211222391840121416tmp 23:28:06 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7376419912642906739tmp 23:28:06 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1722984915553031231tmp [Pipeline] { [Pipeline] echo 23:28:06 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:28:06 ---> sigul-configuration.sh 23:28:06 gpg: directory `/root/.gnupg' created 23:28:06 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:28:06 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:28:06 gpg: keyring `/root/.gnupg/secring.gpg' created 23:28:06 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:28:06 gpg: CAST5 encrypted data 23:28:07 gpg: encrypted with 1 passphrase 23:28:07 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:28:07 + mkdir /home/jenkins 23:28:07 + mkdir /home/jenkins/sigul [Pipeline] sh 23:28:07 + 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:28:07 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:28:08 ---> sigul-install.sh 23:28:14 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:28:14 + git tag --list 23:28:14 v0.1.0 23:28:14 v0.1.1 23:28:14 v1.0.0 23:28:14 v1.1.0 23:28:14 v1.2.0 23:28:14 v1.2.1-dev.1 23:28:14 v1.2.1-dev.10 23:28:14 v1.2.1-dev.11 23:28:14 v1.2.1-dev.12 23:28:14 v1.2.1-dev.13 23:28:14 v1.2.1-dev.14 23:28:14 v1.2.1-dev.15 23:28:14 v1.2.1-dev.16 23:28:14 v1.2.1-dev.17 23:28:14 v1.2.1-dev.18 23:28:14 v1.2.1-dev.19 23:28:14 v1.2.1-dev.2 23:28:14 v1.2.1-dev.20 23:28:14 v1.2.1-dev.21 23:28:14 v1.2.1-dev.22 23:28:14 v1.2.1-dev.23 23:28:14 v1.2.1-dev.24 23:28:14 v1.2.1-dev.25 23:28:14 v1.2.1-dev.26 23:28:14 v1.2.1-dev.27 23:28:14 v1.2.1-dev.28 23:28:14 v1.2.1-dev.29 23:28:14 v1.2.1-dev.3 23:28:14 v1.2.1-dev.30 23:28:14 v1.2.1-dev.31 23:28:14 v1.2.1-dev.32 23:28:14 v1.2.1-dev.33 23:28:14 v1.2.1-dev.34 23:28:14 v1.2.1-dev.35 23:28:14 v1.2.1-dev.36 23:28:14 v1.2.1-dev.37 23:28:14 v1.2.1-dev.38 23:28:14 v1.2.1-dev.39 23:28:14 v1.2.1-dev.4 23:28:14 v1.2.1-dev.40 23:28:14 v1.2.1-dev.41 23:28:14 v1.2.1-dev.42 23:28:14 v1.2.1-dev.43 23:28:14 v1.2.1-dev.44 23:28:14 v1.2.1-dev.45 23:28:14 v1.2.1-dev.46 23:28:14 v1.2.1-dev.47 23:28:14 v1.2.1-dev.48 23:28:14 v1.2.1-dev.49 23:28:14 v1.2.1-dev.5 23:28:14 v1.2.1-dev.6 23:28:14 v1.2.1-dev.7 23:28:14 v1.2.1-dev.8 23:28:14 v1.2.1-dev.9 [Pipeline] sh 23:28:15 + lftools sign git-tag v1.2.1-dev.49 23:28:16 Signing Git tag with Sigul... 23:28:16 Signing v1.2.1-dev.49 [Pipeline] echo 23:28:17 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:28:17 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:28:17 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:28:18 $ docker stop --time=1 ebba76e88145b1f75b4ee2540fdf80ec55503a0d1402373c1b011d68fe99b72c 23:28:20 $ docker rm -f ebba76e88145b1f75b4ee2540fdf80ec55503a0d1402373c1b011d68fe99b72c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:28:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:28:21 . [Pipeline] withDockerContainer 23:28:21 prd-centos7-docker-4c-2g-7593 does not seem to be running inside a container 23:28:21 $ 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:28:22 $ docker top 88764f378fb662fa7b783b962a875a8456afeeeb22c67808d8b1e268a7eec07b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:28:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:28:22 [ssh-agent] Looking for ssh-agent implementation... 23:28:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:28:22 $ docker exec 88764f378fb662fa7b783b962a875a8456afeeeb22c67808d8b1e268a7eec07b ssh-agent 23:28:23 SSH_AUTH_SOCK=/tmp/ssh-JT4okAv9S9yJ/agent.11 23:28:23 SSH_AGENT_PID=16 23:28:23 Running ssh-add (command line suppressed) 23:28:23 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1905298168398203016.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1905298168398203016.key) 23:28:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:28:23 + git semver bump pre 23:28:23 # -> Open(): unable to determine branch for HEAD 23:28:23 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:28:23 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:28:23 # $SEMVER_REMOTE_NAME = origin 23:28:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:28:23 # $SEMVER_USER_NAME = edgex-jenkins 23:28:23 # $SEMVER_BRANCH = master 23:28:23 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:28:23 1.2.1-dev.50 [Pipeline] } 23:28:23 $ docker exec --env ******** --env ******** 88764f378fb662fa7b783b962a875a8456afeeeb22c67808d8b1e268a7eec07b ssh-agent -k 23:28:23 unset SSH_AUTH_SOCK; 23:28:23 unset SSH_AGENT_PID; 23:28:23 echo Agent pid 16 killed; 23:28:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:28:24 + git semver [Pipeline] } 23:28:24 $ docker stop --time=1 88764f378fb662fa7b783b962a875a8456afeeeb22c67808d8b1e268a7eec07b 23:28:25 $ docker rm -f 88764f378fb662fa7b783b962a875a8456afeeeb22c67808d8b1e268a7eec07b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:28:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:28:26 . [Pipeline] withDockerContainer 23:28:26 prd-centos7-docker-4c-2g-7593 does not seem to be running inside a container 23:28:26 $ 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:28:26 $ docker top c1a91f408f0daaa4dd069bec99b9298cded0efa66f38d053ef7ed829f995ca34 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:28:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:28:27 [ssh-agent] Looking for ssh-agent implementation... 23:28:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:28:27 $ docker exec c1a91f408f0daaa4dd069bec99b9298cded0efa66f38d053ef7ed829f995ca34 ssh-agent 23:28:27 SSH_AUTH_SOCK=/tmp/ssh-bjQSKNBhSpMI/agent.12 23:28:27 SSH_AGENT_PID=18 23:28:27 Running ssh-add (command line suppressed) 23:28:27 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7379753395828543051.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7379753395828543051.key) 23:28:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:28:28 + git semver push 23:28:28 # -> Open(): unable to determine branch for HEAD 23:28:28 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:28:28 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:28:28 # $SEMVER_REMOTE_NAME = origin 23:28:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:28:28 # $SEMVER_USER_NAME = edgex-jenkins 23:28:28 # $SEMVER_BRANCH = master 23:28:28 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:28:34 $ docker exec --env ******** --env ******** c1a91f408f0daaa4dd069bec99b9298cded0efa66f38d053ef7ed829f995ca34 ssh-agent -k 23:28:34 unset SSH_AUTH_SOCK; 23:28:34 unset SSH_AGENT_PID; 23:28:34 echo Agent pid 18 killed; 23:28:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:28:35 + git semver [Pipeline] } 23:28:35 $ docker stop --time=1 c1a91f408f0daaa4dd069bec99b9298cded0efa66f38d053ef7ed829f995ca34 23:28:36 $ docker rm -f c1a91f408f0daaa4dd069bec99b9298cded0efa66f38d053ef7ed829f995ca34 [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:28:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:28:38 ---> package-listing.sh 23:28:38 ++ facter osfamily 23:28:38 ++ tr '[:upper:]' '[:lower:]' 23:28:38 + OS_FAMILY=redhat 23:28:38 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 23:28:38 + START_PACKAGES=/tmp/packages_start.txt 23:28:38 + END_PACKAGES=/tmp/packages_end.txt 23:28:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:28:38 + PACKAGES=/tmp/packages_start.txt 23:28:38 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:28:38 + PACKAGES=/tmp/packages_end.txt 23:28:38 + case "${OS_FAMILY}" in 23:28:38 + rpm -qa 23:28:38 + sort 23:28:43 + '[' -f /tmp/packages_start.txt ']' 23:28:43 + '[' -f /tmp/packages_end.txt ']' 23:28:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:28:43 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:28:43 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 23:28:43 + 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:28:43 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:28:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:28:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:28:43 23:28:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:28:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:28:44 alpine: Pulling from edgex-lftools-log-publisher 23:28:44 df20fa9351a1: Pulling fs layer 23:28:44 36b3adc4ff6f: Pulling fs layer 23:28:44 8ad3a11d3b57: Pulling fs layer 23:28:44 46f8f816bc3b: Pulling fs layer 23:28:44 93b61091891f: Pulling fs layer 23:28:44 93b9cdb0e59b: Pulling fs layer 23:28:44 5e14af77c1be: Pulling fs layer 23:28:44 01666e4c0597: Pulling fs layer 23:28:44 aa168da1d23b: Pulling fs layer 23:28:44 93b9cdb0e59b: Waiting 23:28:44 5e14af77c1be: Waiting 23:28:44 01666e4c0597: Waiting 23:28:44 aa168da1d23b: Waiting 23:28:44 46f8f816bc3b: Waiting 23:28:44 93b61091891f: Waiting 23:28:44 36b3adc4ff6f: Verifying Checksum 23:28:44 36b3adc4ff6f: Download complete 23:28:44 46f8f816bc3b: Verifying Checksum 23:28:44 46f8f816bc3b: Download complete 23:28:44 df20fa9351a1: Verifying Checksum 23:28:44 df20fa9351a1: Download complete 23:28:44 93b9cdb0e59b: Verifying Checksum 23:28:44 93b9cdb0e59b: Download complete 23:28:44 5e14af77c1be: Verifying Checksum 23:28:44 5e14af77c1be: Download complete 23:28:44 01666e4c0597: Verifying Checksum 23:28:44 01666e4c0597: Download complete 23:28:44 93b61091891f: Verifying Checksum 23:28:44 93b61091891f: Download complete 23:28:44 df20fa9351a1: Pull complete 23:28:45 36b3adc4ff6f: Pull complete 23:28:45 8ad3a11d3b57: Verifying Checksum 23:28:45 8ad3a11d3b57: Download complete 23:28:46 8ad3a11d3b57: Pull complete 23:28:46 46f8f816bc3b: Pull complete 23:28:46 93b61091891f: Pull complete 23:28:46 93b9cdb0e59b: Pull complete 23:28:46 5e14af77c1be: Pull complete 23:28:46 aa168da1d23b: Verifying Checksum 23:28:46 aa168da1d23b: Download complete 23:28:47 01666e4c0597: Pull complete 23:28:53 aa168da1d23b: Pull complete 23:28:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:28:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:28:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:28:53 prd-centos7-docker-4c-2g-7593 does not seem to be running inside a container 23:28:53 $ 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:28:57 $ docker top 253c19e0193cb29ba547dc89b074e080b9e44e58a7c9e152c30915fea40b89bc -eo pid,comm [Pipeline] { [Pipeline] sh 23:28:57 + touch /tmp/pre-build-complete [Pipeline] sh 23:28:58 + mkdir -p /var/log/sa [Pipeline] sh 23:28:58 + ls /var/log/sa-host 23:28:58 + sadf -c /var/log/sa-host/sa05 23:28:58 file_magic: OK 23:28:58 HZ: Using current value: 100 23:28:58 file_header: OK 23:28:58 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:28:58 Statistics: 23:28:58 Hnuu...uuuununununu...Hnuu...uuuununununu... 23:28:58 File successfully converted to sysstat format version 12.2.1 23:28:58 + sadf -c /var/log/sa-host/sa21 23:28:58 file_magic: OK 23:28:58 HZ: Using current value: 100 23:28:58 file_header: OK 23:28:58 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:28:58 Statistics: 23:28:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:28:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:28:58 provisioning config files... 23:28:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1951732428596257657tmp [Pipeline] { [Pipeline] echo 23:28:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:28:59 ---> create-netrc.sh [Pipeline] } 23:28:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:28:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:28:59 ---> python-tools-install.sh [Pipeline] echo 23:28:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:29:00 ---> sudo-logs.sh 23:29:00 Archiving 'sudo' log.. [Pipeline] echo 23:29:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:29:00 ---> job-cost.sh 23:29:00 lf-activate-venv: SKIPPING 23:29:00 INFO: No Stack... 23:29:01 INFO: Retrieving Pricing Info for: v1-standard-2 23:29:01 INFO: Archiving Costs [Pipeline] echo 23:29:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:29:02 ---> logs-deploy.sh 23:29:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/137 23:29:02 INFO: archiving workspace using pattern(s): 23:29:04 Archives upload complete. 23:29:04 INFO: archiving logs to Nexus 23:29:05 ---> uname -a: 23:29:05 Linux prd-centos7-docker-4c-2g-7593.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 23:29:05 23:29:05 23:29:05 ---> lscpu: 23:29:05 Architecture: x86_64 23:29:05 CPU op-mode(s): 32-bit, 64-bit 23:29:05 Byte Order: Little Endian 23:29:05 Address sizes: 40 bits physical, 48 bits virtual 23:29:05 CPU(s): 4 23:29:05 On-line CPU(s) list: 0-3 23:29:05 Thread(s) per core: 1 23:29:05 Core(s) per socket: 1 23:29:05 Socket(s): 4 23:29:05 NUMA node(s): 1 23:29:05 Vendor ID: GenuineIntel 23:29:05 CPU family: 6 23:29:05 Model: 44 23:29:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:29:05 Stepping: 1 23:29:05 CPU MHz: 2933.438 23:29:05 BogoMIPS: 5866.87 23:29:05 Virtualization: VT-x 23:29:05 Hypervisor vendor: KVM 23:29:05 Virtualization type: full 23:29:05 L1d cache: 128 KiB 23:29:05 L1i cache: 128 KiB 23:29:05 L2 cache: 16 MiB 23:29:05 L3 cache: 64 MiB 23:29:05 NUMA node0 CPU(s): 0-3 23:29:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:29:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:29:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:29:05 Vulnerability Meltdown: Mitigation; PTI 23:29:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:29:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:29:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:29:05 Vulnerability Tsx async abort: Not affected 23:29:05 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:29:05 23:29:05 23:29:05 ---> nproc: 23:29:05 4 23:29:05 23:29:05 23:29:05 ---> df -h: 23:29:05 Filesystem Size Used Available Use% Mounted on 23:29:05 overlay 50.0G 8.5G 41.5G 17% / 23:29:05 tmpfs 64.0M 0 64.0M 0% /dev 23:29:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:29:05 shm 64.0M 0 64.0M 0% /dev/shm 23:29:05 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 23:29:05 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 23:29:05 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 23:29:05 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 23:29:05 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 23:29:05 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 23:29:05 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 23:29:05 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master 23:29:05 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 23:29:05 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 23:29:05 23:29:05 23:29:05 ---> free -m: 23:29:05 total used free shared buff/cache available 23:29:05 Mem: 1837 792 156 0 888 984 23:29:05 Swap: 1023 3 1020 23:29:05 23:29:05 23:29:05 ---> ip addr: 23:29:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:29:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:29:05 inet 127.0.0.1/8 scope host lo 23:29:05 valid_lft forever preferred_lft forever 23:29:05 inet6 ::1/128 scope host 23:29:05 valid_lft forever preferred_lft forever 23:29:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:29:05 link/ether fa:16:3e:fb:64:d1 brd ff:ff:ff:ff:ff:ff 23:29:05 inet 10.30.123.253/23 brd 10.30.123.255 scope global dynamic eth0 23:29:05 valid_lft 85790sec preferred_lft 85790sec 23:29:05 inet6 fe80::f816:3eff:fefb:64d1/64 scope link 23:29:05 valid_lft forever preferred_lft forever 23:29:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:29:05 link/ether 02:42:6b:c9:a7:1e brd ff:ff:ff:ff:ff:ff 23:29:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:29:05 valid_lft forever preferred_lft forever 23:29:05 inet6 fe80::42:6bff:fec9:a71e/64 scope link 23:29:05 valid_lft forever preferred_lft forever 23:29:05 23:29:05 23:29:05 ---> sar -b -r -n DEV: 23:29:05 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/21/20 _x86_64_ (4 CPU) 23:29:05 23:29:05 23:18:39 LINUX RESTART (4 CPU) 23:29:05 23:29:05 23:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:29:05 23:20:01 162.66 68.29 94.37 0.00 8753.69 42092.34 0.00 23:29:05 23:21:01 2.56 0.00 2.56 0.00 0.00 58.17 0.00 23:29:05 23:22:01 0.35 0.00 0.35 0.00 0.00 5.01 0.00 23:29:05 23:23:01 0.32 0.00 0.32 0.00 0.00 3.28 0.00 23:29:05 23:24:01 0.22 0.00 0.22 0.00 0.00 2.43 0.00 23:29:05 23:25:01 0.37 0.00 0.37 0.00 0.00 5.38 0.00 23:29:05 23:26:01 0.55 0.02 0.53 0.00 0.13 7.16 0.00 23:29:05 23:27:01 24.48 2.13 22.34 0.00 273.06 15138.26 0.00 23:29:05 23:28:01 365.61 176.23 189.38 0.00 9053.40 46507.01 0.00 23:29:05 Average: 61.92 27.42 34.51 0.00 2009.60 11539.01 0.00 23:29:05 23:29:05 23:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:29:05 23:20:01 247628 0 580320 30.84 2620 1050988 1124560 38.38 406928 1069096 132 23:29:05 23:21:01 254840 0 573016 30.45 2620 1051080 1087908 37.13 403576 1066312 12 23:29:05 23:22:01 254164 0 573688 30.49 2620 1051084 1080712 36.88 407120 1063812 8 23:29:05 23:23:01 254080 0 573772 30.49 2620 1051084 1080712 36.88 406976 1063812 8 23:29:05 23:24:01 252084 0 575760 30.60 2620 1051092 1080832 36.89 421996 1051196 20 23:29:05 23:25:01 249300 0 578540 30.75 2620 1051096 1080820 36.89 429992 1046056 8 23:29:05 23:26:01 248916 0 578912 30.77 2620 1051108 1080856 36.89 430308 1046056 8 23:29:05 23:27:01 74244 0 665112 35.35 2620 1139580 1505820 51.39 596484 1038496 68988 23:29:05 23:28:01 128288 0 754908 40.12 2088 996272 1299012 44.33 568684 907132 70608 23:29:05 Average: 218172 0 606003 32.21 2561 1054820 1157915 39.52 452452 1039108 15532 23:29:05 23:29:05 23:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:29:05 23:20:01 eth0 605.49 470.87 1647.49 103.92 0.00 0.00 0.00 0.00 23:29:05 23:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:20:01 docker0 127.85 94.19 10.03 304.95 0.00 0.00 0.00 0.00 23:29:05 23:21:01 eth0 3.48 1.85 3.01 0.13 0.00 0.00 0.00 0.00 23:29:05 23:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:22:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:29:05 23:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:23:01 eth0 1.02 0.08 0.08 0.01 0.00 0.00 0.00 0.00 23:29:05 23:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:24:01 eth0 1.03 0.32 0.32 0.20 0.00 0.00 0.00 0.00 23:29:05 23:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:25:01 eth0 1.85 0.45 0.54 0.27 0.00 0.00 0.00 0.00 23:29:05 23:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:26:01 eth0 0.92 0.62 0.53 0.40 0.00 0.00 0.00 0.00 23:29:05 23:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:27:01 eth0 379.54 338.69 3774.96 25.02 0.00 0.00 0.00 0.00 23:29:05 23:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:28:01 eth0 480.23 426.30 3638.91 99.81 0.00 0.00 0.00 0.00 23:29:05 23:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 23:28:01 docker0 58.02 59.70 4.73 411.20 0.00 0.00 0.00 0.00 23:29:05 Average: eth0 163.78 137.73 1007.57 25.54 0.00 0.00 0.00 0.00 23:29:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:29:05 Average: docker0 20.66 17.10 1.64 79.60 0.00 0.00 0.00 0.00 23:29:05 23:29:05 23:29:05 ---> sar -P ALL: 23:29:05 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/21/20 _x86_64_ (4 CPU) 23:29:05 23:29:05 23:18:39 LINUX RESTART (4 CPU) 23:29:05 23:29:05 23:19:01 CPU %user %nice %system %iowait %steal %idle 23:29:05 23:20:01 all 17.30 0.00 9.60 7.03 0.06 66.01 23:29:05 23:20:01 0 15.79 0.00 9.67 7.24 0.07 67.23 23:29:05 23:20:01 1 17.98 0.00 8.63 6.60 0.07 66.72 23:29:05 23:20:01 2 18.51 0.00 9.66 6.16 0.05 65.62 23:29:05 23:20:01 3 16.92 0.00 10.45 8.13 0.05 64.45 23:29:05 23:21:01 all 0.21 0.00 0.06 0.00 0.00 99.73 23:29:05 23:21:01 0 0.07 0.00 0.08 0.00 0.00 99.85 23:29:05 23:21:01 1 0.12 0.00 0.07 0.00 0.00 99.82 23:29:05 23:21:01 2 0.60 0.00 0.02 0.00 0.00 99.38 23:29:05 23:21:01 3 0.07 0.00 0.07 0.00 0.00 99.87 23:29:05 23:22:01 all 0.14 0.00 0.03 0.00 0.00 99.82 23:29:05 23:22:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:29:05 23:22:01 1 0.05 0.00 0.05 0.00 0.00 99.90 23:29:05 23:22:01 2 0.47 0.00 0.03 0.00 0.00 99.50 23:29:05 23:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:29:05 23:23:01 all 0.13 0.00 0.03 0.00 0.00 99.83 23:29:05 23:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:29:05 23:23:01 1 0.03 0.00 0.05 0.00 0.00 99.92 23:29:05 23:23:01 2 0.48 0.00 0.03 0.00 0.00 99.48 23:29:05 23:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 23:29:05 23:24:01 all 0.16 0.00 0.05 0.00 0.00 99.79 23:29:05 23:24:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:29:05 23:24:01 1 0.12 0.00 0.10 0.00 0.02 99.77 23:29:05 23:24:01 2 0.48 0.00 0.03 0.00 0.00 99.48 23:29:05 23:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:29:05 23:25:01 all 0.16 0.00 0.08 0.00 0.00 99.75 23:29:05 23:25:01 0 0.05 0.00 0.05 0.00 0.02 99.88 23:29:05 23:25:01 1 0.48 0.00 0.22 0.00 0.00 99.30 23:29:05 23:25:01 2 0.08 0.00 0.05 0.00 0.00 99.87 23:29:05 23:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:29:05 23:26:01 all 0.16 0.00 0.04 0.00 0.00 99.80 23:29:05 23:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:29:05 23:26:01 1 0.05 0.00 0.05 0.00 0.00 99.90 23:29:05 23:26:01 2 0.53 0.00 0.05 0.00 0.00 99.42 23:29:05 23:26:01 3 0.05 0.00 0.03 0.00 0.02 99.90 23:29:05 23:27:01 all 3.29 0.00 2.03 0.05 0.02 94.62 23:29:05 23:27:01 0 3.25 0.00 2.36 0.03 0.02 94.34 23:29:05 23:27:01 1 3.18 0.00 1.99 0.13 0.02 94.67 23:29:05 23:27:01 2 3.65 0.00 1.91 0.00 0.02 94.42 23:29:05 23:27:01 3 3.05 0.00 1.85 0.02 0.03 95.05 23:29:05 23:28:01 all 13.96 0.00 10.18 4.20 0.06 71.60 23:29:05 23:28:01 0 12.90 0.00 10.39 4.15 0.09 72.48 23:29:05 23:28:01 1 13.59 0.00 10.98 3.76 0.05 71.61 23:29:05 23:28:01 2 13.90 0.00 10.12 4.26 0.07 71.65 23:29:05 23:28:01 3 15.44 0.00 9.21 4.62 0.05 70.68 23:29:05 Average: all 3.89 0.00 2.42 1.23 0.02 92.44 23:29:05 Average: 0 3.52 0.00 2.48 1.25 0.02 92.74 23:29:05 Average: 1 3.90 0.00 2.43 1.15 0.02 92.50 23:29:05 Average: 2 4.25 0.00 2.40 1.14 0.01 92.19 23:29:05 Average: 3 3.89 0.00 2.37 1.39 0.02 92.32 23:29:05 23:29:05 23:29:05