Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e 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 Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-7491 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 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e # timeout=10 Commit message: "refactor: Replace calling NewBaseResponseWithoutMessage with NewBaseResponse (#557)" > git rev-list --no-walk 02b6e43ef5ccbf3dbddfffb58acaab4da430d1ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:23:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:23:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:23:25 ========================================================= 15:23:25 EdgeX Global Pipelines Version Info 15:23:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:23:26 ------------------- 15:23:26 stable info: 15:23:26 ------------------- 15:23:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:23:26 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 15:23:26 Message: update stable to v1.0.144 15:23:27 ------------------- 15:23:27 experimental info: 15:23:27 ------------------- 15:23:27 Commited By: **** collab-it+edgex@linuxfoundation.org 15:23:27 Commit SHA: 0fb566d11309be12c9baf3de23def7053bac1c97 15:23:27 Message: update experimental to v1.0.146 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:23:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 15:23:28 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 15:23:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:23:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:23:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:23:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:23:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:23:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 15:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:23:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:23:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:23:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:23:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:23:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:23:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:23:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:23:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 15:23:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:23:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:23:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:23:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:23:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:23:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:23:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e [Pipeline] echo 15:23:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 10e68ac [Pipeline] echo 15:23:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:23:32 + git log --format=format:%s -1 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e [Pipeline] echo 15:23:32 GIT_COMMIT: 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e, Commit Message: refactor: Replace calling NewBaseResponseWithoutMessage with NewBaseResponse (#557) [Pipeline] echo 15:23:32 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:23:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:23:33 15:23:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:23:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:23:34 latest: Pulling from edgex-devops/git-semver 15:23:34 31603596830f: Pulling fs layer 15:23:34 2a8b12db71e7: Pulling fs layer 15:23:34 6ca5941a6612: Pulling fs layer 15:23:34 ecc8261a40a4: Pulling fs layer 15:23:34 ecc8261a40a4: Waiting 15:23:34 2a8b12db71e7: Verifying Checksum 15:23:34 2a8b12db71e7: Download complete 15:23:34 31603596830f: Verifying Checksum 15:23:34 31603596830f: Download complete 15:23:34 ecc8261a40a4: Verifying Checksum 15:23:34 ecc8261a40a4: Download complete 15:23:34 6ca5941a6612: Verifying Checksum 15:23:34 6ca5941a6612: Download complete 15:23:34 31603596830f: Pull complete 15:23:34 2a8b12db71e7: Pull complete 15:23:35 6ca5941a6612: Pull complete 15:23:35 ecc8261a40a4: Pull complete 15:23:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:23:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:23:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:23:35 prd-centos7-docker-4c-2g-7491 does not seem to be running inside a container 15:23:35 $ 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 15:23:38 $ docker top f6b2da83d0654f73fcb7f91f2462b0ad5bea4729e26f0105040e4baebaadb901 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:23:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:23:39 [ssh-agent] Looking for ssh-agent implementation... 15:23:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:23:39 $ docker exec f6b2da83d0654f73fcb7f91f2462b0ad5bea4729e26f0105040e4baebaadb901 ssh-agent 15:23:39 SSH_AUTH_SOCK=/tmp/ssh-f27xd8vzXpxs/agent.11 15:23:39 SSH_AGENT_PID=16 15:23:39 Running ssh-add (command line suppressed) 15:23:39 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6749455224211420188.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6749455224211420188.key) 15:23:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:23:39 + git tag --points-at HEAD [Pipeline] } 15:23:39 $ docker exec --env ******** --env ******** f6b2da83d0654f73fcb7f91f2462b0ad5bea4729e26f0105040e4baebaadb901 ssh-agent -k 15:23:40 unset SSH_AUTH_SOCK; 15:23:40 unset SSH_AGENT_PID; 15:23:40 echo Agent pid 16 killed; 15:23:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:23:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:23:40 [ssh-agent] Looking for ssh-agent implementation... 15:23:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:23:40 $ docker exec f6b2da83d0654f73fcb7f91f2462b0ad5bea4729e26f0105040e4baebaadb901 ssh-agent 15:23:40 SSH_AUTH_SOCK=/tmp/ssh-MGlYhOjJcQAa/agent.45 15:23:40 SSH_AGENT_PID=50 15:23:40 Running ssh-add (command line suppressed) 15:23:40 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5294087457119772557.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5294087457119772557.key) 15:23:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:23:41 + git semver init 15:23:41 # -> Open(): unable to determine branch for HEAD 15:23:41 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:23:41 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:23:41 # $SEMVER_REMOTE_NAME = origin 15:23:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:23:41 # $SEMVER_USER_NAME = edgex-jenkins 15:23:41 # $SEMVER_BRANCH = master 15:23:41 # $SEMVER_TEMP = /tmp/semver-524186364 15:23:41 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 15:23:43 # '/tmp/semver-524186364' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 15:23:43 # -> Force: false 15:23:43 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 15:23:43 $ docker exec --env ******** --env ******** f6b2da83d0654f73fcb7f91f2462b0ad5bea4729e26f0105040e4baebaadb901 ssh-agent -k 15:23:43 unset SSH_AUTH_SOCK; 15:23:43 unset SSH_AGENT_PID; 15:23:43 echo Agent pid 50 killed; 15:23:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:23:44 + git semver [Pipeline] } 15:23:44 $ docker stop --time=1 f6b2da83d0654f73fcb7f91f2462b0ad5bea4729e26f0105040e4baebaadb901 15:23:45 $ docker rm -f f6b2da83d0654f73fcb7f91f2462b0ad5bea4729e26f0105040e4baebaadb901 [Pipeline] // withDockerContainer [Pipeline] sh 15:23:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:23:46 Stashed 1 file(s) [Pipeline] echo 15:23:46 [edgeXSemver]: initialized semver on version 1.2.1-dev.47 [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 15:24:02 Still waiting to schedule task 15:24:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:24:02 Still waiting to schedule task 15:24:02 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:25:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7493 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 15:25:48 Running in /w/workspace/app-functions-sdk-go/135 [Pipeline] { [Pipeline] checkout 15:25:53 using credential edgex-jenkins-ssh 15:25:53 Cloning the remote Git repository 15:25:53 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:25:54 > git init /w/workspace/app-functions-sdk-go/135 # timeout=10 15:25:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:25:54 > git --version # timeout=10 15:25:54 > git --version # 'git version 2.17.1' 15:25:54 using GIT_SSH to set credentials SSH Credentials for GitHub 15:25:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:25:57 Checking out Revision 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e (master) 15:25:57 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:25:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:25:57 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:25:57 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:25:57 using GIT_SSH to set credentials SSH Credentials for GitHub 15:25:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:25:57 > git config core.sparsecheckout # timeout=10 15:25:57 > git checkout -f 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e # timeout=10 15:26:02 Commit message: "refactor: Replace calling NewBaseResponseWithoutMessage with NewBaseResponse (#557)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:26:03 ========================================================= 15:26:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:26:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:26:04 + 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 . 15:26:05 Sending build context to Docker daemon 19.13MB 15:26:05 Step 1/8 : ARG BASE=golang:1.15-alpine 15:26:05 Step 2/8 : FROM ${BASE} 15:26:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:26:06 b538f80385f9: Pulling fs layer 15:26:06 74f711af9a0d: Pulling fs layer 15:26:06 99f96fe45779: Pulling fs layer 15:26:06 8529a6b9a6be: Pulling fs layer 15:26:06 45590311c82a: Pulling fs layer 15:26:06 69ca0ff8b7b3: Pulling fs layer 15:26:06 209524e5b208: Pulling fs layer 15:26:06 8529a6b9a6be: Waiting 15:26:06 45590311c82a: Waiting 15:26:06 69ca0ff8b7b3: Waiting 15:26:06 209524e5b208: Waiting 15:26:06 99f96fe45779: Download complete 15:26:06 74f711af9a0d: Verifying Checksum 15:26:06 74f711af9a0d: Download complete 15:26:06 45590311c82a: Verifying Checksum 15:26:06 45590311c82a: Download complete 15:26:06 69ca0ff8b7b3: Verifying Checksum 15:26:06 69ca0ff8b7b3: Download complete 15:26:06 b538f80385f9: Download complete 15:26:07 b538f80385f9: Pull complete 15:26:07 74f711af9a0d: Pull complete 15:26:08 99f96fe45779: Pull complete 15:26:09 209524e5b208: Verifying Checksum 15:26:09 209524e5b208: Download complete 15:26:10 8529a6b9a6be: Verifying Checksum 15:26:10 8529a6b9a6be: Download complete 15:26:20 8529a6b9a6be: Pull complete 15:26:20 45590311c82a: Pull complete 15:26:21 69ca0ff8b7b3: Pull complete 15:26:25 209524e5b208: Pull complete 15:26:25 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:26:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:26:25 ---> 5bddaf1c2fca 15:26:25 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:26:25 latest: Pulling from library/docker 15:26:25 b538f80385f9: Already exists 15:26:25 259a493cd78d: Pulling fs layer 15:26:25 b8e66b5100f5: Pulling fs layer 15:26:25 203964748c9f: Pulling fs layer 15:26:25 d6fc4445224b: Pulling fs layer 15:26:25 5ea39d09386c: Pulling fs layer 15:26:25 78a785fe32a7: Pulling fs layer 15:26:25 d6fc4445224b: Waiting 15:26:25 5ea39d09386c: Waiting 15:26:25 78a785fe32a7: Waiting 15:26:25 b8e66b5100f5: Verifying Checksum 15:26:25 b8e66b5100f5: Download complete 15:26:25 259a493cd78d: Verifying Checksum 15:26:25 259a493cd78d: Download complete 15:26:26 d6fc4445224b: Verifying Checksum 15:26:26 d6fc4445224b: Download complete 15:26:26 5ea39d09386c: Verifying Checksum 15:26:26 5ea39d09386c: Download complete 15:26:26 78a785fe32a7: Download complete 15:26:26 259a493cd78d: Pull complete 15:26:26 b8e66b5100f5: Pull complete 15:26:27 203964748c9f: Verifying Checksum 15:26:27 203964748c9f: Download complete 15:26:30 203964748c9f: Pull complete 15:26:30 d6fc4445224b: Pull complete 15:26:31 5ea39d09386c: Pull complete 15:26:31 78a785fe32a7: Pull complete 15:26:31 Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 15:26:31 Status: Downloaded newer image for docker:latest 15:26:38 ---> 6fe23355deae 15:26:38 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:26:38 ---> Running in 97aa374cdefa 15:26:38 Removing intermediate container 97aa374cdefa 15:26:38 ---> 65e672cdab91 15:26:38 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:26:38 ---> Running in 53e754b4ea0f 15:26:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:26:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:26:41 (1/5) Installing libsodium (1.0.18-r0) 15:26:41 (2/5) Installing libzmq (4.3.3-r0) 15:26:41 (3/5) Installing pkgconf (1.7.2-r0) 15:26:41 (4/5) Installing libsodium-dev (1.0.18-r0) 15:26:41 (5/5) Installing zeromq-dev (4.3.3-r0) 15:26:42 Executing busybox-1.31.1-r16.trigger 15:26:42 OK: 144 MiB in 44 packages 15:26:43 Removing intermediate container 53e754b4ea0f 15:26:43 ---> 6752cf5c4f8b 15:26:43 Step 6/8 : WORKDIR /build 15:26:43 ---> Running in 610edeec68ac 15:26:44 Removing intermediate container 610edeec68ac 15:26:44 ---> a13912402b88 15:26:44 Step 7/8 : COPY go.mod . 15:26:45 ---> 18b429300f53 15:26:45 Step 8/8 : RUN go mod download 15:26:45 ---> Running in 32e0ad45e930 15:27:17 Removing intermediate container 32e0ad45e930 15:27:17 ---> 4e9b757c2b3f 15:27:17 Successfully built 4e9b757c2b3f 15:27:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:27:17 + docker inspect -f . ci-base-image-arm64 15:27:17 . [Pipeline] withDockerContainer 15:27:18 prd-ubuntu18.04-docker-arm64-4c-16g-7493 does not seem to be running inside a container 15:27:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/135 -v /w/workspace/app-functions-sdk-go/135:/w/workspace/app-functions-sdk-go/135:rw,z -v /w/workspace/app-functions-sdk-go/135@tmp:/w/workspace/app-functions-sdk-go/135@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 15:27:20 $ docker top 8774ee674f4d8aa5b6defe05ac5b5d2568a4b9b00549506b6180f4b649a3c8df -eo pid,comm [Pipeline] { [Pipeline] sh 15:27:21 + go version 15:27:21 go version go1.15.2 linux/arm64 [Pipeline] } 15:27:21 $ docker stop --time=1 8774ee674f4d8aa5b6defe05ac5b5d2568a4b9b00549506b6180f4b649a3c8df 15:27:23 $ docker rm -f 8774ee674f4d8aa5b6defe05ac5b5d2568a4b9b00549506b6180f4b649a3c8df [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] } 15:27:40 Running on prd-centos7-docker-4c-2g-7499 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 15:27:40 Running in /w/workspace/app-functions-sdk-go/135 [Pipeline] { [Pipeline] checkout 15:27:43 using credential edgex-jenkins-ssh 15:27:43 Cloning the remote Git repository 15:27:43 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:27:43 > git init /w/workspace/app-functions-sdk-go/135 # timeout=10 15:27:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:27:43 > git --version # timeout=10 15:27:43 > git --version # 'git version 2.16.5' 15:27:43 using GIT_SSH to set credentials SSH Credentials for GitHub 15:27:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:27:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:27:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:27:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:27:45 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:27:45 using GIT_SSH to set credentials SSH Credentials for GitHub 15:27:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:27:45 Checking out Revision 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e (master) 15:27:45 > git config core.sparsecheckout # timeout=10 15:27:45 > git checkout -f 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e # timeout=10 15:27:49 Commit message: "refactor: Replace calling NewBaseResponseWithoutMessage with NewBaseResponse (#557)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:27:50 ========================================================= 15:27:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:27:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:27:51 + 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 . 15:27:52 Sending build context to Docker daemon 19.13MB 15:27:52 Step 1/8 : ARG BASE=golang:1.15-alpine 15:27:52 Step 2/8 : FROM ${BASE} 15:27:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:27:52 df20fa9351a1: Pulling fs layer 15:27:52 ed8968b2872e: Pulling fs layer 15:27:52 a92cc7c5fd73: Pulling fs layer 15:27:52 e871e8e8d7a9: Pulling fs layer 15:27:52 e73272ec9a57: Pulling fs layer 15:27:52 1e910a182e73: Pulling fs layer 15:27:52 4e634b169226: Pulling fs layer 15:27:52 e73272ec9a57: Waiting 15:27:52 1e910a182e73: Waiting 15:27:52 4e634b169226: Waiting 15:27:52 e871e8e8d7a9: Waiting 15:27:52 a92cc7c5fd73: Verifying Checksum 15:27:52 a92cc7c5fd73: Download complete 15:27:52 ed8968b2872e: Download complete 15:27:52 e73272ec9a57: Verifying Checksum 15:27:52 e73272ec9a57: Download complete 15:27:52 1e910a182e73: Verifying Checksum 15:27:52 1e910a182e73: Download complete 15:27:52 df20fa9351a1: Verifying Checksum 15:27:52 df20fa9351a1: Download complete 15:27:52 df20fa9351a1: Pull complete 15:27:52 ed8968b2872e: Pull complete 15:27:52 a92cc7c5fd73: Pull complete 15:27:54 4e634b169226: Verifying Checksum 15:27:54 4e634b169226: Download complete 15:27:55 e871e8e8d7a9: Verifying Checksum 15:27:55 e871e8e8d7a9: Download complete 15:28:00 e871e8e8d7a9: Pull complete 15:28:00 e73272ec9a57: Pull complete 15:28:00 1e910a182e73: Pull complete 15:28:04 4e634b169226: Pull complete 15:28:04 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:28:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:28:04 ---> f7629b54cfaa 15:28:04 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:28:04 latest: Pulling from library/docker 15:28:04 df20fa9351a1: Already exists 15:28:04 25ad7478873d: Pulling fs layer 15:28:04 4684f6177b5d: Pulling fs layer 15:28:04 206f78d23536: Pulling fs layer 15:28:04 cee0542293f3: Pulling fs layer 15:28:04 d951dd9fd09f: Pulling fs layer 15:28:04 dce9c88c04bd: Pulling fs layer 15:28:04 cee0542293f3: Waiting 15:28:04 d951dd9fd09f: Waiting 15:28:04 dce9c88c04bd: Waiting 15:28:04 4684f6177b5d: Verifying Checksum 15:28:04 4684f6177b5d: Download complete 15:28:05 25ad7478873d: Download complete 15:28:05 d951dd9fd09f: Verifying Checksum 15:28:05 d951dd9fd09f: Download complete 15:28:05 dce9c88c04bd: Verifying Checksum 15:28:05 dce9c88c04bd: Download complete 15:28:05 25ad7478873d: Pull complete 15:28:05 4684f6177b5d: Pull complete 15:28:05 206f78d23536: Download complete 15:28:05 cee0542293f3: Verifying Checksum 15:28:05 cee0542293f3: Download complete 15:28:08 206f78d23536: Pull complete 15:28:08 cee0542293f3: Pull complete 15:28:08 d951dd9fd09f: Pull complete 15:28:08 dce9c88c04bd: Pull complete 15:28:08 Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 15:28:08 Status: Downloaded newer image for docker:latest 15:28:09 ---> 8722b4b1a616 15:28:09 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:28:09 ---> Running in c5e4d54bc07e 15:28:10 Removing intermediate container c5e4d54bc07e 15:28:10 ---> c78639271885 15:28:10 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:28:10 ---> Running in 53e7f6152488 15:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:12 (1/5) Installing libsodium (1.0.18-r0) 15:28:12 (2/5) Installing libzmq (4.3.3-r0) 15:28:12 (3/5) Installing pkgconf (1.7.2-r0) 15:28:12 (4/5) Installing libsodium-dev (1.0.18-r0) 15:28:12 (5/5) Installing zeromq-dev (4.3.3-r0) 15:28:12 Executing busybox-1.31.1-r16.trigger 15:28:12 OK: 167 MiB in 44 packages 15:28:13 Removing intermediate container 53e7f6152488 15:28:13 ---> 01cd8af0866a 15:28:13 Step 6/8 : WORKDIR /build 15:28:13 ---> Running in c2675285853b 15:28:13 Removing intermediate container c2675285853b 15:28:13 ---> 8e3f193065a8 15:28:13 Step 7/8 : COPY go.mod . 15:28:13 ---> be47f003cdcb 15:28:13 Step 8/8 : RUN go mod download 15:28:13 ---> Running in e85f182849d8 15:28:40 Removing intermediate container e85f182849d8 15:28:40 ---> 5a65c27c9120 15:28:40 Successfully built 5a65c27c9120 15:28:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:28:40 + docker inspect -f . ci-base-image-x86_64 15:28:40 . [Pipeline] withDockerContainer 15:28:41 prd-centos7-docker-4c-2g-7499 does not seem to be running inside a container 15:28:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/135 -v /w/workspace/app-functions-sdk-go/135:/w/workspace/app-functions-sdk-go/135:rw,z -v /w/workspace/app-functions-sdk-go/135@tmp:/w/workspace/app-functions-sdk-go/135@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 15:28:41 $ docker top 33307528670abae71b62d01c9212fef618d2a21ed58ac9817bb8fc320675fd68 -eo pid,comm [Pipeline] { [Pipeline] sh 15:28:42 + go version 15:28:42 go version go1.15.2 linux/amd64 [Pipeline] } 15:28:42 $ docker stop --time=1 33307528670abae71b62d01c9212fef618d2a21ed58ac9817bb8fc320675fd68 15:28:43 $ docker rm -f 33307528670abae71b62d01c9212fef618d2a21ed58ac9817bb8fc320675fd68 [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 15:28:46 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 15:28:46 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 15:28:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:28:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:28:47 15:28:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 15:28:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:28:48 1.317.0: Pulling from edgex-devops/edgex-snyk-go 15:28:48 cbdbe7a5bc2a: Pulling fs layer 15:28:48 408f87550127: Pulling fs layer 15:28:48 fe522b08c979: Pulling fs layer 15:28:48 221eaa008020: Pulling fs layer 15:28:48 2a4607e5d6b9: Pulling fs layer 15:28:48 8f79b27c4fd2: Pulling fs layer 15:28:48 e5c8dbe1645b: Pulling fs layer 15:28:48 23e8b3b47431: Pulling fs layer 15:28:48 5c568d65a230: Pulling fs layer 15:28:48 221eaa008020: Waiting 15:28:48 e5c8dbe1645b: Waiting 15:28:48 2a4607e5d6b9: Waiting 15:28:48 23e8b3b47431: Waiting 15:28:48 5c568d65a230: Waiting 15:28:48 8f79b27c4fd2: Waiting 15:28:48 fe522b08c979: Verifying Checksum 15:28:48 fe522b08c979: Download complete 15:28:48 408f87550127: Verifying Checksum 15:28:48 408f87550127: Download complete 15:28:48 2a4607e5d6b9: Verifying Checksum 15:28:48 2a4607e5d6b9: Download complete 15:28:48 cbdbe7a5bc2a: Verifying Checksum 15:28:48 cbdbe7a5bc2a: Download complete 15:28:48 8f79b27c4fd2: Verifying Checksum 15:28:48 8f79b27c4fd2: Download complete 15:28:48 cbdbe7a5bc2a: Pull complete 15:28:48 408f87550127: Pull complete 15:28:48 fe522b08c979: Pull complete 15:28:49 e5c8dbe1645b: Verifying Checksum 15:28:49 e5c8dbe1645b: Download complete 15:28:49 23e8b3b47431: Verifying Checksum 15:28:49 23e8b3b47431: Download complete 15:28:50 5c568d65a230: Verifying Checksum 15:28:50 5c568d65a230: Download complete 15:28:51 221eaa008020: Download complete 15:28:56 221eaa008020: Pull complete 15:28:56 2a4607e5d6b9: Pull complete 15:28:56 8f79b27c4fd2: Pull complete 15:28:57 e5c8dbe1645b: Pull complete 15:29:01 23e8b3b47431: Pull complete 15:29:02 5c568d65a230: Pull complete 15:29:02 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 15:29:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:29:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 15:29:02 prd-centos7-docker-4c-2g-7491 does not seem to be running inside a container 15:29:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 15:29:03 $ docker top 76ca0aa1130858d788cc75f778275a5f241d00c20003cf528a84a3263b049599 -eo pid,comm [Pipeline] { [Pipeline] sh 15:29:04 + snyk monitor '--org=edgex-jenkins' 15:29:22 15:29:22 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 15:29:22 15:29:22 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/43b66283-6d89-4fa4-b254-5e6341462568 15:29:22 15:29:22 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:29:22 15:29:22 15:29:22 Snyk CLI supports Node.js 8 and higher. 15:29:22 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 15:29:22 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 15:29:22 15:29:22 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 15:29:22 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 15:29:22 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 15:29:22 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:29:22 $ docker stop --time=1 76ca0aa1130858d788cc75f778275a5f241d00c20003cf528a84a3263b049599 15:29:27 $ docker rm -f 76ca0aa1130858d788cc75f778275a5f241d00c20003cf528a84a3263b049599 [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 15:29:28 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:29:28 provisioning config files... 15:29:28 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1480779481906512110tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:29:29 --> edgex-publish-swagger.sh 15:29:29 === Publish openapi/v2 API === 15:29:29 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 15:29:29 [publishToSwagger] Publishing API Name [app-functions-sdk] 15:29:29 % Total % Received % Xferd Average Speed Time Time Time Current 15:29:29 Dload Upload Total Spent Left Speed 15:29:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10654 0:00:01 0:00:01 --:--:-- 10658 100 13025 0 0 100 13025 0 10653 0:00:01 0:00:01 --:--:-- 10650 15:29:30 15:29:30 [Pipeline] } 15:29:30 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 15:29:31 + git log --format=format:%s -1 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e [Pipeline] isUnix [Pipeline] sh 15:29:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:29:32 . [Pipeline] withDockerContainer 15:29:32 prd-centos7-docker-4c-2g-7491 does not seem to be running inside a container 15:29:32 $ 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 15:29:32 $ docker top c79100fd241860f41796ea7c8533941e802ec9345418fcff0b593963b42c02dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:29:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:29:33 [ssh-agent] Looking for ssh-agent implementation... 15:29:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:29:33 $ docker exec c79100fd241860f41796ea7c8533941e802ec9345418fcff0b593963b42c02dd ssh-agent 15:29:33 SSH_AUTH_SOCK=/tmp/ssh-39SYBtI2Tpni/agent.11 15:29:33 SSH_AGENT_PID=17 15:29:33 Running ssh-add (command line suppressed) 15:29:33 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8145372255741793802.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8145372255741793802.key) 15:29:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:29:33 + git semver tag 15:29:33 # -> Open(): unable to determine branch for HEAD 15:29:33 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:29:33 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:29:33 # $SEMVER_REMOTE_NAME = origin 15:29:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:29:33 # $SEMVER_USER_NAME = edgex-jenkins 15:29:33 # $SEMVER_BRANCH = master 15:29:33 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 15:29:33 # 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e HEAD 15:29:33 # -> Force: false 15:29:33 # 095e830d81b307cfed9af6d623450cb28a368fe2 refs/tags/v1.2.1-dev.47 [Pipeline] } 15:29:33 $ docker exec --env ******** --env ******** c79100fd241860f41796ea7c8533941e802ec9345418fcff0b593963b42c02dd ssh-agent -k 15:29:34 unset SSH_AUTH_SOCK; 15:29:34 unset SSH_AGENT_PID; 15:29:34 echo Agent pid 17 killed; 15:29:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:29:34 + git semver [Pipeline] } 15:29:34 $ docker stop --time=1 c79100fd241860f41796ea7c8533941e802ec9345418fcff0b593963b42c02dd 15:29:35 $ docker rm -f c79100fd241860f41796ea7c8533941e802ec9345418fcff0b593963b42c02dd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:29:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:29:36 15:29:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:29:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:29:36 0.23.1-centos7: Pulling from edgex-lftools 15:29:36 ab5ef0e58194: Pulling fs layer 15:29:36 9712f1f96733: Pulling fs layer 15:29:36 63f879dbbcfc: Pulling fs layer 15:29:36 0d9ebad4ef96: Pulling fs layer 15:29:36 e9a5061849ea: Pulling fs layer 15:29:36 d747dcd14b5f: Pulling fs layer 15:29:36 2de7ff778b66: Pulling fs layer 15:29:36 0d9ebad4ef96: Waiting 15:29:36 e9a5061849ea: Waiting 15:29:36 d747dcd14b5f: Waiting 15:29:36 2de7ff778b66: Waiting 15:29:36 9712f1f96733: Download complete 15:29:38 63f879dbbcfc: Verifying Checksum 15:29:38 63f879dbbcfc: Download complete 15:29:38 e9a5061849ea: Verifying Checksum 15:29:38 e9a5061849ea: Download complete 15:29:38 d747dcd14b5f: Verifying Checksum 15:29:38 d747dcd14b5f: Download complete 15:29:39 0d9ebad4ef96: Verifying Checksum 15:29:39 0d9ebad4ef96: Download complete 15:29:39 2de7ff778b66: Verifying Checksum 15:29:39 2de7ff778b66: Download complete 15:29:39 ab5ef0e58194: Verifying Checksum 15:29:39 ab5ef0e58194: Download complete 15:29:42 ab5ef0e58194: Pull complete 15:29:42 9712f1f96733: Pull complete 15:29:46 63f879dbbcfc: Pull complete 15:29:52 0d9ebad4ef96: Pull complete 15:29:52 e9a5061849ea: Pull complete 15:29:52 d747dcd14b5f: Pull complete 15:29:56 2de7ff778b66: Pull complete 15:29:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:29:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:29:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:29:57 prd-centos7-docker-4c-2g-7491 does not seem to be running inside a container 15:29:57 $ 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 15:30:00 $ docker top c460d8e7d90c5e435eed953150be1efd1a87c68218b8fe5be435cfb95923d24c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:30:00 provisioning config files... 15:30:00 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1945148212347629551tmp 15:30:00 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config89671231940775687tmp 15:30:00 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5977120857235954792tmp [Pipeline] { [Pipeline] echo 15:30:00 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:30:00 ---> sigul-configuration.sh 15:30:00 gpg: directory `/root/.gnupg' created 15:30:00 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:30:00 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:30:00 gpg: keyring `/root/.gnupg/secring.gpg' created 15:30:00 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:30:00 gpg: CAST5 encrypted data 15:30:01 gpg: encrypted with 1 passphrase 15:30:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:30:01 + mkdir /home/jenkins 15:30:01 + mkdir /home/jenkins/sigul [Pipeline] sh 15:30:01 + 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 15:30:01 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:30:02 ---> sigul-install.sh 15:30:14 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:30:14 + git tag --list 15:30:14 v0.1.0 15:30:14 v0.1.1 15:30:14 v1.0.0 15:30:14 v1.1.0 15:30:14 v1.2.0 15:30:14 v1.2.1-dev.1 15:30:14 v1.2.1-dev.10 15:30:14 v1.2.1-dev.11 15:30:14 v1.2.1-dev.12 15:30:14 v1.2.1-dev.13 15:30:14 v1.2.1-dev.14 15:30:14 v1.2.1-dev.15 15:30:14 v1.2.1-dev.16 15:30:14 v1.2.1-dev.17 15:30:14 v1.2.1-dev.18 15:30:14 v1.2.1-dev.19 15:30:14 v1.2.1-dev.2 15:30:14 v1.2.1-dev.20 15:30:14 v1.2.1-dev.21 15:30:14 v1.2.1-dev.22 15:30:14 v1.2.1-dev.23 15:30:14 v1.2.1-dev.24 15:30:14 v1.2.1-dev.25 15:30:14 v1.2.1-dev.26 15:30:14 v1.2.1-dev.27 15:30:14 v1.2.1-dev.28 15:30:14 v1.2.1-dev.29 15:30:14 v1.2.1-dev.3 15:30:14 v1.2.1-dev.30 15:30:14 v1.2.1-dev.31 15:30:14 v1.2.1-dev.32 15:30:14 v1.2.1-dev.33 15:30:14 v1.2.1-dev.34 15:30:14 v1.2.1-dev.35 15:30:14 v1.2.1-dev.36 15:30:14 v1.2.1-dev.37 15:30:14 v1.2.1-dev.38 15:30:14 v1.2.1-dev.39 15:30:14 v1.2.1-dev.4 15:30:14 v1.2.1-dev.40 15:30:14 v1.2.1-dev.41 15:30:14 v1.2.1-dev.42 15:30:14 v1.2.1-dev.43 15:30:14 v1.2.1-dev.44 15:30:14 v1.2.1-dev.45 15:30:14 v1.2.1-dev.46 15:30:14 v1.2.1-dev.47 15:30:14 v1.2.1-dev.5 15:30:14 v1.2.1-dev.6 15:30:14 v1.2.1-dev.7 15:30:14 v1.2.1-dev.8 15:30:14 v1.2.1-dev.9 [Pipeline] sh 15:30:14 + lftools sign git-tag v1.2.1-dev.47 15:30:15 Signing Git tag with Sigul... 15:30:15 Signing v1.2.1-dev.47 [Pipeline] echo 15:30:17 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:30:17 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:30:17 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:30:17 $ docker stop --time=1 c460d8e7d90c5e435eed953150be1efd1a87c68218b8fe5be435cfb95923d24c 15:30:19 $ docker rm -f c460d8e7d90c5e435eed953150be1efd1a87c68218b8fe5be435cfb95923d24c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:30:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:30:20 . [Pipeline] withDockerContainer 15:30:20 prd-centos7-docker-4c-2g-7491 does not seem to be running inside a container 15:30:20 $ 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 15:30:21 $ docker top 4b56e7b4d39521e16eba8c918a337743a5cc31f1bdf602ef356797ff5bf4cf7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:30:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:21 [ssh-agent] Looking for ssh-agent implementation... 15:30:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:21 $ docker exec 4b56e7b4d39521e16eba8c918a337743a5cc31f1bdf602ef356797ff5bf4cf7f ssh-agent 15:30:21 SSH_AUTH_SOCK=/tmp/ssh-eOly8k9JDVoB/agent.12 15:30:21 SSH_AGENT_PID=18 15:30:21 Running ssh-add (command line suppressed) 15:30:21 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3753850767928398396.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3753850767928398396.key) 15:30:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:22 + git semver bump pre 15:30:22 # -> Open(): unable to determine branch for HEAD 15:30:22 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:30:22 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:30:22 # $SEMVER_REMOTE_NAME = origin 15:30:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:30:22 # $SEMVER_USER_NAME = edgex-jenkins 15:30:22 # $SEMVER_BRANCH = master 15:30:22 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 15:30:22 1.2.1-dev.48 [Pipeline] } 15:30:22 $ docker exec --env ******** --env ******** 4b56e7b4d39521e16eba8c918a337743a5cc31f1bdf602ef356797ff5bf4cf7f ssh-agent -k 15:30:22 unset SSH_AUTH_SOCK; 15:30:22 unset SSH_AGENT_PID; 15:30:22 echo Agent pid 18 killed; 15:30:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:30:22 + git semver [Pipeline] } 15:30:23 $ docker stop --time=1 4b56e7b4d39521e16eba8c918a337743a5cc31f1bdf602ef356797ff5bf4cf7f 15:30:24 $ docker rm -f 4b56e7b4d39521e16eba8c918a337743a5cc31f1bdf602ef356797ff5bf4cf7f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:30:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:30:24 . [Pipeline] withDockerContainer 15:30:25 prd-centos7-docker-4c-2g-7491 does not seem to be running inside a container 15:30:25 $ 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 15:30:25 $ docker top 83dc6c8ba77d289d5d4ff60ba4276f46f996ed84e21b95a244561652d61c93ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:30:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:26 [ssh-agent] Looking for ssh-agent implementation... 15:30:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:26 $ docker exec 83dc6c8ba77d289d5d4ff60ba4276f46f996ed84e21b95a244561652d61c93ea ssh-agent 15:30:26 SSH_AUTH_SOCK=/tmp/ssh-Ce7p06WtbiSy/agent.12 15:30:26 SSH_AGENT_PID=17 15:30:26 Running ssh-add (command line suppressed) 15:30:26 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2475984812938487415.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2475984812938487415.key) 15:30:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:26 + git semver push 15:30:26 # -> Open(): unable to determine branch for HEAD 15:30:26 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:30:26 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:30:26 # $SEMVER_REMOTE_NAME = origin 15:30:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:30:26 # $SEMVER_USER_NAME = edgex-jenkins 15:30:26 # $SEMVER_BRANCH = master 15:30:26 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 15:30:34 $ docker exec --env ******** --env ******** 83dc6c8ba77d289d5d4ff60ba4276f46f996ed84e21b95a244561652d61c93ea ssh-agent -k 15:30:35 unset SSH_AUTH_SOCK; 15:30:35 unset SSH_AGENT_PID; 15:30:35 echo Agent pid 17 killed; 15:30:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:30:35 + git semver [Pipeline] } 15:30:35 $ docker stop --time=1 83dc6c8ba77d289d5d4ff60ba4276f46f996ed84e21b95a244561652d61c93ea 15:30:37 $ docker rm -f 83dc6c8ba77d289d5d4ff60ba4276f46f996ed84e21b95a244561652d61c93ea [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 15:30:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:30:39 ---> package-listing.sh 15:30:39 ++ facter osfamily 15:30:39 ++ tr '[:upper:]' '[:lower:]' 15:30:39 + OS_FAMILY=redhat 15:30:39 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 15:30:39 + START_PACKAGES=/tmp/packages_start.txt 15:30:39 + END_PACKAGES=/tmp/packages_end.txt 15:30:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:30:39 + PACKAGES=/tmp/packages_start.txt 15:30:39 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 15:30:39 + PACKAGES=/tmp/packages_end.txt 15:30:39 + case "${OS_FAMILY}" in 15:30:39 + rpm -qa 15:30:39 + sort 15:30:43 + '[' -f /tmp/packages_start.txt ']' 15:30:43 + '[' -f /tmp/packages_end.txt ']' 15:30:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:30:43 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 15:30:43 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 15:30: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 15:30: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 15:30:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:30:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:30:43 15:30:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:30:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:30:44 alpine: Pulling from edgex-lftools-log-publisher 15:30:44 df20fa9351a1: Pulling fs layer 15:30:44 36b3adc4ff6f: Pulling fs layer 15:30:44 8ad3a11d3b57: Pulling fs layer 15:30:44 46f8f816bc3b: Pulling fs layer 15:30:44 93b61091891f: Pulling fs layer 15:30:44 93b9cdb0e59b: Pulling fs layer 15:30:44 5e14af77c1be: Pulling fs layer 15:30:44 01666e4c0597: Pulling fs layer 15:30:44 aa168da1d23b: Pulling fs layer 15:30:44 93b9cdb0e59b: Waiting 15:30:44 5e14af77c1be: Waiting 15:30:44 01666e4c0597: Waiting 15:30:44 aa168da1d23b: Waiting 15:30:44 46f8f816bc3b: Waiting 15:30:44 36b3adc4ff6f: Download complete 15:30:44 46f8f816bc3b: Verifying Checksum 15:30:44 46f8f816bc3b: Download complete 15:30:44 df20fa9351a1: Verifying Checksum 15:30:44 df20fa9351a1: Download complete 15:30:44 93b9cdb0e59b: Verifying Checksum 15:30:44 93b9cdb0e59b: Download complete 15:30:44 5e14af77c1be: Download complete 15:30:44 93b61091891f: Download complete 15:30:44 01666e4c0597: Verifying Checksum 15:30:44 01666e4c0597: Download complete 15:30:44 df20fa9351a1: Pull complete 15:30:44 8ad3a11d3b57: Verifying Checksum 15:30:44 8ad3a11d3b57: Download complete 15:30:44 36b3adc4ff6f: Pull complete 15:30:45 8ad3a11d3b57: Pull complete 15:30:45 46f8f816bc3b: Pull complete 15:30:45 93b61091891f: Pull complete 15:30:45 93b9cdb0e59b: Pull complete 15:30:46 5e14af77c1be: Pull complete 15:30:46 01666e4c0597: Pull complete 15:30:46 aa168da1d23b: Verifying Checksum 15:30:46 aa168da1d23b: Download complete 15:30:52 aa168da1d23b: Pull complete 15:30:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:30:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:30:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:30:52 prd-centos7-docker-4c-2g-7491 does not seem to be running inside a container 15:30: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 15:30:58 $ docker top da5e3e7b6588304927c377f8d3c4a4a3b404625a77e56dc44971cdf0b8ddf57a -eo pid,comm [Pipeline] { [Pipeline] sh 15:30:59 + touch /tmp/pre-build-complete [Pipeline] sh 15:30:59 + mkdir -p /var/log/sa [Pipeline] sh 15:31:00 + ls /var/log/sa-host 15:31:00 + sadf -c /var/log/sa-host/sa05 15:31:00 file_magic: OK 15:31:00 HZ: Using current value: 100 15:31:00 file_header: OK 15:31:00 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 15:31:00 Statistics: 15:31:00 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:31:00 File successfully converted to sysstat format version 12.2.1 15:31:00 + sadf -c /var/log/sa-host/sa21 15:31:00 file_magic: OK 15:31:00 HZ: Using current value: 100 15:31:00 file_header: OK 15:31:00 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 15:31:00 Statistics: 15:31:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:31:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:31:00 provisioning config files... 15:31:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3015187482239427721tmp [Pipeline] { [Pipeline] echo 15:31:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:31:01 ---> create-netrc.sh [Pipeline] } 15:31:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:31:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:31:01 ---> python-tools-install.sh [Pipeline] echo 15:31:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:31:01 ---> sudo-logs.sh 15:31:01 Archiving 'sudo' log.. [Pipeline] echo 15:31:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:31:02 ---> job-cost.sh 15:31:02 lf-activate-venv: SKIPPING 15:31:02 INFO: No Stack... 15:31:03 INFO: Retrieving Pricing Info for: v1-standard-2 15:31:03 INFO: Archiving Costs [Pipeline] echo 15:31:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:31:04 ---> logs-deploy.sh 15:31:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/135 15:31:04 INFO: archiving workspace using pattern(s): 15:31:05 Archives upload complete. 15:31:05 INFO: archiving logs to Nexus 15:31:06 ---> uname -a: 15:31:06 Linux prd-centos7-docker-4c-2g-7491.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:31:06 15:31:06 15:31:06 ---> lscpu: 15:31:06 Architecture: x86_64 15:31:06 CPU op-mode(s): 32-bit, 64-bit 15:31:06 Byte Order: Little Endian 15:31:06 Address sizes: 40 bits physical, 48 bits virtual 15:31:06 CPU(s): 4 15:31:06 On-line CPU(s) list: 0-3 15:31:06 Thread(s) per core: 1 15:31:06 Core(s) per socket: 1 15:31:06 Socket(s): 4 15:31:06 NUMA node(s): 1 15:31:06 Vendor ID: GenuineIntel 15:31:06 CPU family: 6 15:31:06 Model: 44 15:31:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:31:06 Stepping: 1 15:31:06 CPU MHz: 2933.438 15:31:06 BogoMIPS: 5866.87 15:31:06 Virtualization: VT-x 15:31:06 Hypervisor vendor: KVM 15:31:06 Virtualization type: full 15:31:06 L1d cache: 128 KiB 15:31:06 L1i cache: 128 KiB 15:31:06 L2 cache: 16 MiB 15:31:06 L3 cache: 64 MiB 15:31:06 NUMA node0 CPU(s): 0-3 15:31:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:31:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:31:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:31:06 Vulnerability Meltdown: Mitigation; PTI 15:31:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:31:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:31:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:31:06 Vulnerability Tsx async abort: Not affected 15:31:06 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 15:31:06 15:31:06 15:31:06 ---> nproc: 15:31:06 4 15:31:06 15:31:06 15:31:06 ---> df -h: 15:31:06 Filesystem Size Used Available Use% Mounted on 15:31:06 overlay 50.0G 8.5G 41.5G 17% / 15:31:06 tmpfs 64.0M 0 64.0M 0% /dev 15:31:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:31:06 shm 64.0M 0 64.0M 0% /dev/shm 15:31:06 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 15:31:06 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 15:31:06 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 15:31:06 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 15:31:06 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 15:31:06 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 15:31:06 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 15:31:06 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 15:31:06 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master 15:31:06 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 15:31:06 15:31:06 15:31:06 ---> free -m: 15:31:06 total used free shared buff/cache available 15:31:06 Mem: 1837 797 148 0 891 980 15:31:06 Swap: 1023 3 1020 15:31:06 15:31:06 15:31:06 ---> ip addr: 15:31:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:31:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:31:06 inet 127.0.0.1/8 scope host lo 15:31:06 valid_lft forever preferred_lft forever 15:31:06 inet6 ::1/128 scope host 15:31:06 valid_lft forever preferred_lft forever 15:31:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:31:06 link/ether fa:16:3e:d3:d2:73 brd ff:ff:ff:ff:ff:ff 15:31:06 inet 10.30.123.111/23 brd 10.30.123.255 scope global dynamic eth0 15:31:06 valid_lft 85909sec preferred_lft 85909sec 15:31:06 inet6 fe80::f816:3eff:fed3:d273/64 scope link 15:31:06 valid_lft forever preferred_lft forever 15:31:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:31:06 link/ether 02:42:4d:8d:be:54 brd ff:ff:ff:ff:ff:ff 15:31:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:31:06 valid_lft forever preferred_lft forever 15:31:06 inet6 fe80::42:4dff:fe8d:be54/64 scope link 15:31:06 valid_lft forever preferred_lft forever 15:31:06 15:31:06 15:31:06 ---> sar -b -r -n DEV: 15:31:06 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) 15:31:06 15:31:06 15:22:36 LINUX RESTART (4 CPU) 15:31:06 15:31:06 15:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:31:06 15:24:02 142.87 50.98 91.89 0.00 7875.59 42029.59 0.00 15:31:06 15:25:01 3.13 0.00 3.13 0.00 0.00 111.50 0.00 15:31:06 15:26:01 0.40 0.00 0.40 0.00 0.00 6.10 0.00 15:31:06 15:27:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 15:31:06 15:28:01 0.22 0.00 0.22 0.00 0.00 3.63 0.00 15:31:06 15:29:01 128.06 68.71 59.35 0.00 3067.58 25039.63 0.00 15:31:06 15:30:01 279.27 110.07 169.20 0.00 7397.10 39335.46 0.00 15:31:06 Average: 79.37 32.91 46.46 0.00 2627.02 15258.23 0.00 15:31:06 15:31:06 15:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:31:06 15:24:02 223408 0 565672 30.06 2620 1089856 1126940 38.46 402544 1097352 128 15:31:06 15:25:01 228744 0 560244 29.78 2620 1089948 1083332 36.97 400076 1094784 20 15:31:06 15:26:01 228376 0 560608 29.79 2620 1089952 1083488 36.98 400936 1094768 12 15:31:06 15:27:01 228268 0 560716 29.80 2620 1089952 1083488 36.98 400972 1094768 16 15:31:06 15:28:01 227148 0 561828 29.86 2620 1089960 1083440 36.98 405024 1091688 16 15:31:06 15:29:01 73496 0 671668 35.70 2620 1133772 1500280 51.20 492924 1120600 93508 15:31:06 15:30:01 107820 0 773484 41.11 2312 997940 1560644 53.26 624048 868768 92 15:31:06 Average: 188180 0 607746 32.30 2576 1083054 1217373 41.55 446646 1066104 13399 15:31:06 15:31:06 15:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:31:06 15:24:02 eth0 632.23 443.32 1652.53 99.90 0.00 0.00 0.00 0.00 15:31:06 15:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:06 15:24:02 docker0 66.95 50.50 6.88 301.18 0.00 0.00 0.00 0.00 15:31:06 15:25:01 eth0 1.59 0.44 0.45 0.03 0.00 0.00 0.00 0.00 15:31:06 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:06 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:06 15:26:01 eth0 1.97 0.68 0.64 0.37 0.00 0.00 0.00 0.00 15:31:06 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:06 15:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:06 15:27:01 eth0 1.98 0.62 0.73 0.43 0.00 0.00 0.00 0.00 15:31:06 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:06 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:06 15:28:01 eth0 2.30 0.62 0.68 0.40 0.00 0.00 0.00 0.00 15:31:06 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:06 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:06 15:29:01 eth0 392.76 353.86 3779.77 27.66 0.00 0.00 0.00 0.00 15:31:06 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:06 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:06 15:30:01 eth0 458.65 412.25 3644.17 97.59 0.00 0.00 0.00 0.00 15:31:06 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:06 15:30:01 veth41efd91 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 15:31:06 15:30:01 docker0 58.38 60.86 4.77 411.81 0.00 0.00 0.00 0.00 15:31:06 Average: eth0 213.62 173.57 1300.39 32.43 0.00 0.00 0.00 0.00 15:31:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:06 Average: veth41efd91 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 15:31:06 Average: docker0 17.95 15.95 1.67 102.13 0.00 0.00 0.00 0.00 15:31:06 15:31:06 15:31:06 ---> sar -P ALL: 15:31:06 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) 15:31:06 15:31:06 15:22:36 LINUX RESTART (4 CPU) 15:31:06 15:31:06 15:23:01 CPU %user %nice %system %iowait %steal %idle 15:31:06 15:24:02 all 14.61 0.00 5.63 5.77 0.01 73.98 15:31:06 15:24:02 0 14.67 0.00 7.44 9.42 0.02 68.44 15:31:06 15:24:02 1 13.79 0.00 5.21 3.67 0.00 77.32 15:31:06 15:24:02 2 13.49 0.00 4.97 4.37 0.02 77.15 15:31:06 15:24:02 3 16.50 0.00 4.87 5.63 0.00 73.00 15:31:06 15:25:01 all 0.12 0.00 0.03 0.00 0.00 99.84 15:31:06 15:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:31:06 15:25:01 1 0.05 0.00 0.05 0.00 0.00 99.90 15:31:06 15:25:01 2 0.39 0.00 0.03 0.00 0.00 99.58 15:31:06 15:25:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:31:06 15:26:01 all 0.16 0.00 0.03 0.00 0.00 99.80 15:31:06 15:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:31:06 15:26:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:31:06 15:26:01 2 0.53 0.00 0.02 0.00 0.02 99.43 15:31:06 15:26:01 3 0.05 0.00 0.05 0.00 0.00 99.90 15:31:06 15:27:01 all 0.14 0.00 0.02 0.00 0.00 99.83 15:31:06 15:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:31:06 15:27:01 1 0.02 0.00 0.02 0.00 0.02 99.95 15:31:06 15:27:01 2 0.52 0.00 0.03 0.00 0.00 99.45 15:31:06 15:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:31:06 15:28:01 all 0.17 0.00 0.03 0.00 0.00 99.79 15:31:06 15:28:01 0 0.08 0.00 0.03 0.00 0.00 99.88 15:31:06 15:28:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:31:06 15:28:01 2 0.55 0.00 0.02 0.00 0.00 99.43 15:31:06 15:28:01 3 0.03 0.00 0.03 0.00 0.02 99.92 15:31:06 15:29:01 all 5.35 0.00 2.35 0.71 0.01 91.58 15:31:06 15:29:01 0 5.11 0.00 2.54 0.22 0.02 92.11 15:31:06 15:29:01 1 5.07 0.00 2.18 0.45 0.02 92.28 15:31:06 15:29:01 2 5.69 0.00 2.19 1.98 0.00 90.14 15:31:06 15:29:01 3 5.54 0.00 2.48 0.18 0.00 91.79 15:31:06 15:30:01 all 10.66 0.00 5.85 2.96 0.03 80.50 15:31:06 15:30:01 0 9.47 0.00 7.57 2.58 0.02 80.37 15:31:06 15:30:01 1 11.77 0.00 4.93 3.14 0.03 80.13 15:31:06 15:30:01 2 10.75 0.00 5.79 2.98 0.03 80.44 15:31:06 15:30:01 3 10.65 0.00 5.09 3.15 0.05 81.06 15:31:06 Average: all 4.45 0.00 1.99 1.35 0.01 92.21 15:31:06 Average: 0 4.19 0.00 2.51 1.74 0.01 91.55 15:31:06 Average: 1 4.39 0.00 1.78 1.03 0.01 92.79 15:31:06 Average: 2 4.55 0.00 1.86 1.33 0.01 92.25 15:31:06 Average: 3 4.68 0.00 1.79 1.28 0.01 92.25 15:31:06 15:31:06 15:31:06